Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv4835
Modified Files:
stop_popfile.nsi
Log Message:
Allow the first parameter to be a help/info request.
Index: stop_popfile.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/stop_popfile.nsi,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** stop_popfile.nsi 18 Sep 2003 13:27:50 -0000 1.2
--- stop_popfile.nsi 18 Sep 2003 14:33:15 -0000 1.3
***************
*** 73,77 ****
Caption "POPFile Silent Shutdown Utility"
! !define VERSION "0.4.0" ; see 'VIProductVersion' comment below for format details
; Specify EXE filename and icon for the 'installer'
--- 73,77 ----
Caption "POPFile Silent Shutdown Utility"
! !define VERSION "0.4.1" ; see 'VIProductVersion' comment below for format details
; Specify EXE filename and icon for the 'installer'
***************
*** 143,146 ****
--- 143,148 ----
StrCmp ${L_RESULT} "/showall" all_cases
StrCmp ${L_RESULT} "/none" other_param
+ StrCmp ${L_RESULT} "/?" usage
+ StrCmp ${L_RESULT} "/help" usage
Goto option_error
|