${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"
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 '-' character. (markt)
+ </fix>
</changelog>
</subsection>
</section>