From: markt Date: Thu, 23 Jun 2011 22:25:12 +0000 (+0000) Subject: Remove inaccurate comment X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bf3735d5aca84246080a1f575c4ca10cce844790;p=tomcat7.0 Remove inaccurate comment git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1139098 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/res/tomcat.nsi b/res/tomcat.nsi index 96f9a1ddf..77c679f61 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -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@VERSION_MAJOR@w.exe + !define MUI_FINISHPAGE_RUN_FUNCTION "StartService" $INSTDIR\bin\tomcat@VERSION_MAJOR@w.exe !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}