From fa7c8f7b445628ebd7e6dde1535a06eb24f09d24 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 04 May 2007 21:15:31 +0000
Subject: [PATCH] Fix a number of issues with David's approval:

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 2e07a86..2100300 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -102,6 +102,9 @@
 setup-launcher-launching-gui=Launching graphical setup...
 setup-launcher-gui-launched-failed=\n\nThe graphical Setup launch failed.\n\n\
 Launching command line Setup...
+setup-launcher-gui-launched-failed-details=\n\nThe graphical Setup launch \
+failed.  Check file {0} for more details.\n\n\
+Launching command line Setup...
 
 #
 # Uninstall command line messages
@@ -119,6 +122,9 @@
 uninstall-launcher-launching-cli=Launching command line uninstall...
 uninstall-launcher-gui-launched-failed=\n\nThe graphical Uninstall launch \
 failed.\n\nLaunching command line Uninstall...
+uninstall-launcher-gui-launched-failed-details=\n\nThe graphical Uninstall \
+launch failed.  Check file {0} for more details.\n\nLaunching command line \
+Uninstall...
 cli-uninstall-unknown-argument=Unknown argument {0}
 cli-uninstall-yes-short=y
 cli-uninstall-yes-long=yes
@@ -170,6 +176,8 @@
 upgrade-launcher-launching-cli=Launching command line upgrade...
 upgrade-launcher-gui-launched-failed=\n\nThe graphical upgrade launch \
 failed.\n\nLaunching command line upgrade...
+upgrade-launcher-gui-launched-failed-details=\n\nThe graphical upgrade launch \
+failed.  Check file {0} for more details.\n\nLaunching command line upgrade...
 cli-upgrade-unknown-argument=Unknown argument {0}
 
 
@@ -856,7 +864,9 @@
 error-configuring=Error Configuring Directory Server.
 error-configuring-certificate=Error Configuring Certificates.
 error-enabling-windows-service=Error Enabling Windows service.
-error-disabling-windows-service=Error Disabling Windows service.
+error-disabling-windows-service=Error Disabling Windows service.  Try to kill \
+the process opends_service.exe and the running the \
+{0}\\bat\\windows-service.bat -d command-line to disable the service manually. 
 error-creating-base-entry=Error Creating Base Entry.
 error-importing-ldif=Error Importing LDIF File.
 error-import-automatically-generated=Error Importing Automatically- Generated \

--
Gitblit v1.10.0