Section Uninstall
+ ${If} $TomcatServiceName == ""
+ MessageBox MB_ICONSTOP|MB_OK \
+ "No service name specified to uninstall. This will be provided automatically if you uninstall via \
+ Add/Remove Programs or the shortcut on the Start menu. Alternatively, call the installer from \
+ the command line with -serviceName=$\"<name of service>$\"."
+ Quit
+ ${EndIf}
+
Delete "$INSTDIR\Uninstall.exe"
; Stop Tomcat service monitor if running
Correctly handle uninstall with the Windows installer of the service is
installed with a name that contains a '-' character. (markt)
</fix>
+ <fix>
+ <bug>51598</bug>: Prevent direct invocation of the Windows uninstaller
+ without a service name from executing since the uninstall will not be
+ complete. (markt)
+ </fix>
</changelog>
</subsection>
</section>