From: <xue...@us...> - 2003-06-08 12:55:09
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv18953 Modified Files: installer.nsi Log Message: Use the icon in POPFileIcon.DLL for the POPFile shortcuts. Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** installer.nsi 31 May 2003 19:55:21 -0000 1.56 --- installer.nsi 8 Jun 2003 12:55:05 -0000 1.57 *************** *** 409,415 **** SetOutPath $INSTDIR CreateShortCut "$SMPROGRAMS\POPFile\Run POPFile.lnk" \ ! "$INSTDIR\perl.exe" popfile.pl CreateShortCut "$SMPROGRAMS\POPFile\Run POPFile in background.lnk" \ ! "$INSTDIR\wperl.exe" popfile.pl CreateShortCut "$SMPROGRAMS\POPFile\Uninstall POPFile.lnk" \ "$INSTDIR\uninstall.exe" --- 409,417 ---- SetOutPath $INSTDIR CreateShortCut "$SMPROGRAMS\POPFile\Run POPFile.lnk" \ ! "$INSTDIR\perl.exe" popfile.pl \ ! "$INSTDIR\Platform\POPFileIcon.dll" CreateShortCut "$SMPROGRAMS\POPFile\Run POPFile in background.lnk" \ ! "$INSTDIR\wperl.exe" popfile.pl \ ! "$INSTDIR\Platform\POPFileIcon.dll" CreateShortCut "$SMPROGRAMS\POPFile\Uninstall POPFile.lnk" \ "$INSTDIR\uninstall.exe" *************** *** 432,436 **** SetOutPath $INSTDIR CreateShortCut "$SMSTARTUP\Run POPFile in background.lnk" \ ! "$INSTDIR\wperl.exe" popfile.pl skip_autostart_set: --- 434,439 ---- SetOutPath $INSTDIR CreateShortCut "$SMSTARTUP\Run POPFile in background.lnk" \ ! "$INSTDIR\wperl.exe" popfile.pl \ ! "$INSTDIR\Platform\POPFileIcon.dll" skip_autostart_set: |