opendj-sdk/opends/src/messages/messages/quicksetup.properties
@@ -734,7 +734,7 @@ INFO_PROGRESS_DISABLING_WINDOWS_SERVICE=Disabling Windows Service... INFO_PROGRESS_DONE=Done. INFO_PROGRESS_DOWNLOADING=Downloading INFO_PROGRESS_ENABLING_WINDOWS_SERVICE=Enabling Windows Service... INFO_PROGRESS_ENABLING_WINDOWS_SERVICE=Enabling Windows Service INFO_PROGRESS_ERROR=Error. INFO_PROGRESS_EXTRACTING=Extracting %s INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED=Importing \ opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1753,10 +1753,11 @@ * @throws ApplicationException if something goes wrong. */ protected void enableWindowsService() throws ApplicationException { notifyListeners(getFormattedProgress( notifyListeners(getFormattedWithPoints( INFO_PROGRESS_ENABLING_WINDOWS_SERVICE.get())); InstallerHelper helper = new InstallerHelper(); helper.enableWindowsService(); notifyListeners(getLineBreak()); } /**