From ee3642c86959b44af3ff0e9fde9950a966527596 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Tue, 07 Aug 2007 22:32:50 +0000 Subject: [PATCH] The following modifications have the following goals: --- opends/resource/uninstall.bat | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/resource/uninstall.bat b/opends/resource/uninstall.bat index 58eaee4..f37c39c 100644 --- a/opends/resource/uninstall.bat +++ b/opends/resource/uninstall.bat @@ -72,11 +72,11 @@ goto callJava :callLaunch -"%DIR_HOME%\lib\winlauncher.exe" launch "%JAVA_BIN%" %JAVA_ARGS% org.opends.quicksetup.uninstaller.UninstallLauncher +"%DIR_HOME%\lib\winlauncher.exe" launch "%JAVA_BIN%" %JAVA_ARGS% org.opends.guitools.uninstaller.UninstallLauncher goto end :callJava -"%JAVA_BIN%" %JAVA_ARGS% org.opends.quicksetup.uninstaller.UninstallLauncher %* +"%JAVA_BIN%" %JAVA_ARGS% org.opends.guitools.uninstaller.UninstallLauncher %* rem return part if %errorlevel% == 50 goto version -- Gitblit v1.10.0