From 7facf0206f737e4c97ccd80511a4fbd4ded28577 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 3 Nov 2008 14:31:59 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41861 Change service name from "Apache Tomcat" to "Apache Tomcat 6". Full version number is still present in the description. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@710066 13f79535-47bb-0310-9956-ffa450edef68 --- res/tomcat.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/tomcat.nsi b/res/tomcat.nsi index 75187f880..4ac2bce7d 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -171,7 +171,7 @@ Section "Core" SecTomcatCore InstallRetry: ClearErrors - nsExec::ExecToLog '"$INSTDIR\bin\tomcat6.exe" //IS//Tomcat6 --DisplayName "Apache Tomcat" --Description "Apache Tomcat @VERSION@ Server - http://tomcat.apache.org/" --LogPath "$INSTDIR\logs" --Install "$INSTDIR\bin\tomcat6.exe" --Jvm "$2" --StartPath "$INSTDIR" --StopPath "$INSTDIR"' + nsExec::ExecToLog '"$INSTDIR\bin\tomcat6.exe" //IS//Tomcat6 --DisplayName "Apache Tomcat 6" --Description "Apache Tomcat @VERSION@ Server - http://tomcat.apache.org/" --LogPath "$INSTDIR\logs" --Install "$INSTDIR\bin\tomcat6.exe" --Jvm "$2" --StartPath "$INSTDIR" --StopPath "$INSTDIR"' Pop $0 StrCmp $0 "0" InstallOk MessageBox MB_ABORTRETRYIGNORE|MB_ICONSTOP \ -- 2.11.0