| | |
| | | import org.opends.server.util.SetupUtils; |
| | | |
| | | import static org.opends.messages.QuickSetupMessages.*; |
| | | import static com.forgerock.opendj.util.OperatingSystem.isWindows; |
| | | |
| | | /** |
| | | * This is an implementation of the Installer class that is used to install |
| | |
| | | |
| | | checkAbort(); |
| | | |
| | | if (Utils.isWindows() && getUserData().getEnableWindowsService()) |
| | | if (isWindows() && getUserData().getEnableWindowsService()) |
| | | { |
| | | if (isVerbose()) |
| | | { |
| | |
| | | } |
| | | } |
| | | |
| | | if (Utils.isWindows() && getUserData().getEnableWindowsService()) |
| | | if (isWindows() && getUserData().getEnableWindowsService()) |
| | | { |
| | | totalTime += hmTime.get(InstallProgressStep.ENABLING_WINDOWS_SERVICE); |
| | | steps.add(InstallProgressStep.ENABLING_WINDOWS_SERVICE); |