|
From: <xue...@us...> - 2003-10-08 22:15:18
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv9314
Modified Files:
installer.nsi
Log Message:
Remove the other "Run in background" link.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -d -r1.132 -r1.133
*** installer.nsi 8 Oct 2003 17:12:43 -0000 1.132
--- installer.nsi 8 Oct 2003 22:15:13 -0000 1.133
***************
*** 848,852 ****
--- 848,856 ----
"$INSTDIR\popfile.exe"
skip_autostart_set:
+
+ ; Remove redundant links (used by earlier versions of POPFile)
+
Delete "$SMSTARTUP\Run POPFile in background.lnk"
+ Delete "$SMPROGRAMS\${MUI_PRODUCT}\Run POPFile in background.lnk"
; Create entry in the Control Panel's "Add/Remove Programs" list
|