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()); } /**