Author: markt
Date: Thu Jun 23 22:25:12 2011
New Revision: 1139098
URL: http://svn.apache.org/viewvc?rev=1139098&view=rev
Log:
Remove inaccurate comment
Modified:
tomcat/trunk/res/tomcat.nsi
Modified: tomcat/trunk/res/tomcat.nsi
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1139098&r1=1139097&r2=1139098&view=diff
==============================================================================
--- tomcat/trunk/res/tomcat.nsi (original)
+++ tomcat/trunk/res/tomcat.nsi Thu Jun 23 22:25:12 2011
@@ -74,6 +74,7 @@ Var ServiceInstallLog
!define MUI_WELCOMEFINISHPAGE_BITMAP side_left.bmp
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\webapps\ROOT\RELEASE-NOTES.txt"
!define MUI_FINISHPAGE_RUN $INSTDIR\bin\tomcat@[email protected]
+ !define MUI_FINISHPAGE_RUN_FUNCTION "StartService"
$INSTDIR\bin\tomcat@[email protected]
!define MUI_FINISHPAGE_RUN_PARAMETERS //MR//Tomcat@VERSION_MAJOR@
!define MUI_FINISHPAGE_NOREBOOTSUPPORT
@@ -881,12 +882,6 @@ FunctionEnd
; =================
; createShortcuts Function
; =================
-;
-; This is called by the SecMenu section.
-;
-; The code is moved here, because ${SecManager} etc. are not visible
-; in SecMenu, because they are defined lower than it.
-;
Function createShortcuts
${If} $TomcatShortcutAllUsers == ${BST_CHECKED}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]