Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41861
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 3 Nov 2008 14:31:59 +0000 (14:31 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 3 Nov 2008 14:31:59 +0000 (14:31 +0000)
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

index 75187f8..4ac2bce 100644 (file)
@@ -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 \