Subversion Repositories Games.Chess Giants

Rev

Rev 22 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 29
Line 40... Line 40...
40
	File /r "${INSTALLER_SRC}\helpfiles"
40
	File /r "${INSTALLER_SRC}\helpfiles"
41
	File /r "${INSTALLER_SRC}\themes"
41
	File /r "${INSTALLER_SRC}\themes"
42
	File "${INSTALLER_SRC}\*.pgn"
42
	File "${INSTALLER_SRC}\*.pgn"
43
	File "${INSTALLER_SRC}\${PRODUCT_NAME}.exe"
43
	File "${INSTALLER_SRC}\${PRODUCT_NAME}.exe"
44
	File "${INSTALLER_SRC}\${PRODUCT_NAME}.exe.manifest"
44
	File "${INSTALLER_SRC}\${PRODUCT_NAME}.exe.manifest"
-
 
45
	File "${INSTALLER_SRC}\Chess Giants (English).html"
45
	File "${INSTALLER_SRC}\Chess Giants.html"
46
	File "${INSTALLER_SRC}\Chess Giants (French).html"
46
	File "${INSTALLER_SRC}\config.ini"
47
	File "${INSTALLER_SRC}\config.ini"
47
	File "${INSTALLER_SRC}\materials.cfg"
48
	File "${INSTALLER_SRC}\materials.cfg"
48
	File "${INSTALLER_SRC}\d3dx9_42.dll"
49
	File "${INSTALLER_SRC}\d3dx9_42.dll"
49
	File "${INSTALLER_SRC}\msvcr90.dll"
50
	File "${INSTALLER_SRC}\msvcr90.dll"
50
 
51
 
51
	CreateShortCut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\${PRODUCT_NAME}.exe" "" "" "" "" "" "Start a chess game"
52
	CreateShortCut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\${PRODUCT_NAME}.exe" "" "" "" "" "" "Start a chess game"
52
	CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}"
53
	CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}"
53
	CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\${PRODUCT_NAME}.lnk" "$INSTDIR\${PRODUCT_NAME}.exe" "" "" "" "" "" "Start a chess game"
54
	CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\${PRODUCT_NAME}.lnk" "$INSTDIR\${PRODUCT_NAME}.exe" "" "" "" "" "" "Start a chess game"
-
 
55
	CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Documentation (English).lnk" "$INSTDIR\Chess Giants (English).html" "" "" "" "" "" "Read the software documentation in English"
54
	CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Documentation.lnk" "$INSTDIR\Chess Giants.html" "" "" "" "" "" "Read the software documentation"
56
	CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Documentation (Français).lnk" "$INSTDIR\Chess Giants (French).html" "" "" "" "" "" "Read the software documentation in French"
55
 
57
 
56
	WriteRegStr HKCU "Software\Classes\.pgn" "" "ChessGiantsPGN"
58
	WriteRegStr HKCU "Software\Classes\.pgn" "" "ChessGiantsPGN"
57
	WriteRegStr HKCU "Software\Classes\ChessGiantsPGN" "" "Portable Game Notation"
59
	WriteRegStr HKCU "Software\Classes\ChessGiantsPGN" "" "Portable Game Notation"
58
;	WriteRegStr HKCU "Software\Classes\ChessGiantsPGN\DefaultIcon" "" "$INSTDIR\${PRODUCT_NAME}.exe,1"
60
;	WriteRegStr HKCU "Software\Classes\ChessGiantsPGN\DefaultIcon" "" "$INSTDIR\${PRODUCT_NAME}.exe,1"
59
	WriteRegStr HKCU "Software\Classes\ChessGiantsPGN\shell\open\command" "" '"$INSTDIR\${PRODUCT_NAME}.exe" "%1"'
61
	WriteRegStr HKCU "Software\Classes\ChessGiantsPGN\shell\open\command" "" '"$INSTDIR\${PRODUCT_NAME}.exe" "%1"'