[flatland-cvs] flatland/installer flatland.nsi,1.5,1.6
Status: Alpha
Brought to you by:
prideout
From: Philip R. <pri...@us...> - 2005-03-07 04:34:37
|
Update of /cvsroot/flatland/flatland/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6668 Modified Files: flatland.nsi Log Message: Another working folder fix. Index: flatland.nsi =================================================================== RCS file: /cvsroot/flatland/flatland/installer/flatland.nsi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** flatland.nsi 7 Mar 2005 04:30:49 -0000 1.5 --- flatland.nsi 7 Mar 2005 04:34:26 -0000 1.6 *************** *** 45,49 **** Section "" ;No components page, name is not important - ; Set output path to the installation directory. SetOutPath $INSTDIR\bin\win32 --- 45,48 ---- *************** *** 56,63 **** CreateShortCut "$SMPROGRAMS\Flatland\Program Folder.lnk" "$INSTDIR" "" "" CreateShortCut "$SMPROGRAMS\Flatland\Remove Flatland.lnk" "$INSTDIR\bin\win32\uninstall.exe" "" "" ! ; Create the uninstaller. WriteUninstaller "$INSTDIR\bin\win32\uninstall.exe" ; Put files there File /r /x installer ..\*.* --- 55,64 ---- CreateShortCut "$SMPROGRAMS\Flatland\Program Folder.lnk" "$INSTDIR" "" "" CreateShortCut "$SMPROGRAMS\Flatland\Remove Flatland.lnk" "$INSTDIR\bin\win32\uninstall.exe" "" "" ! ; Create the uninstaller. WriteUninstaller "$INSTDIR\bin\win32\uninstall.exe" + SetOutPath $INSTDIR + ; Put files there File /r /x installer ..\*.* |