Fix a typo in a comment in installer.xml and use a proper formatting for the progress message in the uninstaller when disabling the windows service.
| | |
| | | * @throws ApplicationException if something goes wrong. |
| | | */ |
| | | protected void disableWindowsService() throws ApplicationException { |
| | | notifyListeners(getFormattedProgress( |
| | | notifyListeners(getFormattedWithPoints( |
| | | INFO_PROGRESS_DISABLING_WINDOWS_SERVICE.get())); |
| | | int code = ConfigureWindowsService.disableService(System.out, System.err); |
| | | |
| | |
| | | Installation Path |
| | | INFO_PROGRESS_DETAILS_LABEL=Details: |
| | | INFO_PROGRESS_DIALOG_TITLE=Progress |
| | | INFO_PROGRESS_DISABLING_WINDOWS_SERVICE=Disabling Windows Service... |
| | | INFO_PROGRESS_DISABLING_WINDOWS_SERVICE=Disabling Windows Service |
| | | INFO_PROGRESS_DONE=Done. |
| | | INFO_PROGRESS_DOWNLOADING=Downloading |
| | | INFO_PROGRESS_ENABLING_WINDOWS_SERVICE=Enabling Windows Service |
| | |
| | | <target name="uninstall" depends="status-do,stop-do,uninstall-do"/> |
| | | <!-- Uninstallation section - bottom --> |
| | | |
| | | <!-- Configuration secton - top --> |
| | | <!-- Configuration section - top --> |
| | | <target name="configure-do" |
| | | description="configures product to listen on the right port number" |
| | | if="product.installed" > |