Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv23828
Modified Files:
installer.nsi
Log Message:
Install the new POPFile Silent Shutdown Utility and add it to the Start Menu.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -d -r1.113 -r1.114
*** installer.nsi 13 Sep 2003 17:32:07 -0000 1.113
--- installer.nsi 18 Sep 2003 13:30:02 -0000 1.114
***************
*** 583,586 ****
--- 583,587 ----
File "..\engine\black.gif"
File "..\engine\otto.gif"
+ File "stop_pf.exe"
IfFileExists "$INSTDIR\stopwords" 0 copy_stopwords
***************
*** 793,796 ****
--- 794,800 ----
WriteINIStr "$SMPROGRAMS\${MUI_PRODUCT}\Support\POPFile Home Page.url" \
"InternetShortcut" "URL" "http://popfile.sourceforge.net/"
+ SetOutPath $INSTDIR
+ CreateShortCut "$SMPROGRAMS\${MUI_PRODUCT}\Shutdown POPFile silently.lnk" \
+ "$INSTDIR\stop_pf.exe" "/showerrors $G_GUI"
StrCmp $G_STARTUP "1" 0 skip_autostart_set
|