From e14ae9996c7a36b85fc602fc3d82239a03e1b990 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 30 Jan 2008 00:53:22 +0000 Subject: [PATCH] When there is a problem deleting files in the uninstaller, just consider it a warning and inform the user that the problematic file might being used by another process. --- opends/src/messages/messages/admin_tool.properties | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index ceb40bd..48ef973 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -326,6 +326,17 @@ INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_ON_REMOTE_CLI=OpenDS was \ successfully uninstalled in the local machine but some error occurred \ updating remote servers. +INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING=<b>OpenDS Uninstall \ + Succeeded With Warnings</b><br>OpenDS was successfully uninstalled in the \ + local machine but some error occurred deleting files. Check \ + 'Details' text area for more information about the files that caused the \ + problem.<br><br>Verify that there is no other program using those files and \ + delete them manually. +INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=OpenDS was \ + successfully uninstalled in the local machine but some error occurred \ + deleting files. Check 'Details' text area for more information about the \ + files that caused the problem.%n%nVerify that there is no other program \ + using those files and delete them manually. INFO_SUMMARY_UNINSTALL_NOT_STARTED=Starting Uninstallation... INFO_UNDEFINED_PROTOCOL_LABEL=-Unknown- SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall \ -- Gitblit v1.10.0