From 24841fa78a4602463372f5f5a678bf2e1ba0b4b6 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 15 Mar 2007 15:52:50 +0000
Subject: [PATCH] Fix for issue 528 (Windows Service Definition for Automatic Startup).
---
opends/src/quicksetup/org/opends/quicksetup/installer/InstallException.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/InstallException.java b/opends/src/quicksetup/org/opends/quicksetup/installer/InstallException.java
index cd9889f..772d9a9 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/InstallException.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/InstallException.java
@@ -71,6 +71,10 @@
*/
START_ERROR,
/**
+ * Error enabling the Windows service.
+ */
+ WINDOWS_SERVICE_ERROR,
+ /**
* A bug (for instance when we throw an IllegalStateException).
*/
BUG
--
Gitblit v1.10.0