- Revision
- 11388
- Author
- bear
- Date
- 2006-08-10 14:53:09 -0700 (Thu, 10 Aug 2006)
Log Message
Update windows installer script to the new icons directory
Modified Paths
Diff
Modified: trunk/internal/installers/win/chandler.nsi (11387 => 11388)
--- trunk/internal/installers/win/chandler.nsi 2006-08-10 21:27:48 UTC (rev 11387) +++ trunk/internal/installers/win/chandler.nsi 2006-08-10 21:53:09 UTC (rev 11388) @@ -69,8 +69,8 @@ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" OutFile "Setup.exe" -Icon "..\..\..\${DISTRIB_DIR}\resources\images\Chandler.ico" -UninstallIcon "..\..\..\${DISTRIB_DIR}\resources\images\Chandler.ico" +Icon "..\..\..\${DISTRIB_DIR}\icons\Chandler.ico" +UninstallIcon "..\..\..\${DISTRIB_DIR}\icons\Chandler.ico" InstallDir "$PROGRAMFILES\${PRODUCT_NAME}${PRODUCT_VERSION}" InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails nevershow @@ -346,8 +346,8 @@ File /r "..\..\..\${DISTRIB_DIR}\tools" CreateDirectory "$SMPROGRAMS\Chandler" - CreateShortCut "$SMPROGRAMS\Chandler\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" "" "$INSTDIR\resources\images\Chandler.ico" - CreateShortCut "$DESKTOP\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" "" "$INSTDIR\resources\images\Chandler.ico" + CreateShortCut "$SMPROGRAMS\Chandler\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" "" "$INSTDIR\icons\Chandler.ico" + CreateShortCut "$DESKTOP\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" "" "$INSTDIR\icons\Chandler.ico" SectionEnd ; create the uninstall shortcut - done here so that it will only
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
