Correctly handle uninstall with the Windows installer of the service is installed...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 1 Aug 2011 17:03:56 +0000 (17:03 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 1 Aug 2011 17:03:56 +0000 (17:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1152863 13f79535-47bb-0310-9956-ffa450edef68

res/tomcat.nsi
webapps/docs/changelog.xml

index 02bd14d..4b0e3c6 100644 (file)
@@ -1049,7 +1049,7 @@ Function createShortcuts
   ${EndIf}
 
   CreateShortCut "$SMPROGRAMS\Apache Tomcat @VERSION_MAJOR_MINOR@ $TomcatServiceName\Uninstall Tomcat @VERSION_MAJOR_MINOR@.lnk" \
-                 "$INSTDIR\Uninstall.exe" "-ServiceName=$TomcatServiceName"
+                 "$INSTDIR\Uninstall.exe" '-ServiceName="$TomcatServiceName"'
 
   CreateShortCut "$SMPROGRAMS\Apache Tomcat @VERSION_MAJOR_MINOR@ $TomcatServiceName\Tomcat @VERSION_MAJOR_MINOR@ Program Directory.lnk" \
                  "$INSTDIR"
index 582f2e6..143cd95 100644 (file)
         Simplify mapping for <code>jsp</code> servlet in the default
         <code>web.xml</code>. (kkolinko)
       </update>
+      <fix>
+        Correctly handle uninstall with the Windows installer of the service is
+        installed with a name that contains a &apos;-&apos; character. (markt)
+      </fix>
     </changelog>
   </subsection>
 </section>