Rev 117 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 117 | Rev 118 | ||
|---|---|---|---|
| Line 117... | Line 117... | ||
| 117 | 	File "${INSTALLER_SRC}\config.ini" | 
            117 | 	File "${INSTALLER_SRC}\config.ini" | 
          
| 118 | 	File "${INSTALLER_SRC}\materials.cfg" | 
            118 | 	File "${INSTALLER_SRC}\materials.cfg" | 
          
| 119 | 	File "${INSTALLER_SRC}\d3dx9_42.dll" | 
            119 | 	File "${INSTALLER_SRC}\d3dx9_42.dll" | 
          
| 120 | 	File "${INSTALLER_SRC}\msvcr90.dll" | 
            120 | 	File "${INSTALLER_SRC}\msvcr90.dll" | 
          
| 121 | 	File "${INSTALLER_SRC}\openal32.dll" | 
            121 | 	File "${INSTALLER_SRC}\openal32.dll" | 
          
| - | 122 | 	File "${INSTALLER_SRC}\wrap_oal.dll" | 
          |
| 122 | 123 | ||
| 123 | 	CreateShortCut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\${PRODUCT_NAME}.exe" "" "" "" "" "" "Start a chess game" | 
            124 | 	CreateShortCut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\${PRODUCT_NAME}.exe" "" "" "" "" "" "Start a chess game" | 
          
| 124 | 	CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}" | 
            125 | 	CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}" | 
          
| 125 | 	CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\${PRODUCT_NAME}.lnk" "$INSTDIR\${PRODUCT_NAME}.exe" "" "" "" "" "" "Start a chess game" | 
            126 | 	CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\${PRODUCT_NAME}.lnk" "$INSTDIR\${PRODUCT_NAME}.exe" "" "" "" "" "" "Start a chess game" | 
          
| 126 | 	CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Documentation (English).lnk" "$INSTDIR\Chess Giants (English).html" "" "" "" "" "" "Read the software documentation in English" | 
            127 | 	CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Documentation (English).lnk" "$INSTDIR\Chess Giants (English).html" "" "" "" "" "" "Read the software documentation in English" |