Author: kkolinko Date: Wed Aug 24 22:45:00 2011 New Revision: 1161310 URL: http://svn.apache.org/viewvc?rev=1161310&view=rev Log: Fix two typos in tomcat.nsi (uppercase vs. lowercase in a macro call and in a message)
Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1161310&r1=1161309&r2=1161310&view=diff ============================================================================== --- tomcat/trunk/res/tomcat.nsi (original) +++ tomcat/trunk/res/tomcat.nsi Wed Aug 24 22:45:00 2011 @@ -1091,7 +1091,7 @@ Section Uninstall MessageBox MB_ICONSTOP|MB_OK \ "No service name specified to uninstall. This will be provided automatically if you uninstall via \ Add/Remove Programs or the shortcut on the Start menu. Alternatively, call the installer from \ - the command line with -serviceName=$\"<name of service>$\"." + the command line with -ServiceName=$\"<name of service>$\"." Quit ${EndIf} @@ -1166,7 +1166,7 @@ SectionEnd ; ================= Function un.onInit ${GetParameters} $R0 - ${GetOPtions} $R0 "-ServiceName=" $R1 + ${GetOptions} $R0 "-ServiceName=" $R1 StrCpy $TomcatServiceName $R1 StrCpy $TomcatServiceFileName $R1.exe StrCpy $TomcatServiceManagerFileName $R1w.exe --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org