The removal of WebSphere MQ Everyplace from your computer depends on the operating system that you are running. Follow the instructions that relate to your operating system.
You can uninstall WebSphere MQ Everyplace from your Windows system in any of the following ways:
You can uninstall WebSphere MQ Everyplace using the standard Windows Control Panel.
Follow the on screen prompts or instructions until the program indicates that the uninstall is complete.
When installed on your computer, WebSphere MQ Everyplace includes a program called uninstall.exe that you can use to uninstall it. To uninstall WebSphere MQ Everyplace, double-click the uninstall.exe or use the Command:
<MQe directory>\Uninst\uninstall.exe<MQe directory> is the directory where you installed WebSphere MQ Everyplace. This launches the Uninstall program. Follow the screen prompts or instructions until the program indicates that the uninstall is complete.
Use the uninstall.jar file as follows:
set classpath=<MQe directory>\Uninst\uninstall.jar;%classpath% jview run
You can uninstall WebSphere MQ Everyplace from your computer in any of the following ways:
When installed on your computer, WebSphere MQ Everyplace includes a program called uninstall.bin that you can use to uninstall it. To uninstall WebSphere MQ Everyplace, use the Command:
<MQe directory>/Uninst/uninstall.bin<MQe directory> is the directory where you installed WebSphere MQ Everyplace. This defaults to /opt/MQe, but you can change this during the installation procedure. This command launches the Uninstall program. Follow the screen prompts or instructions until the program indicates that the uninstall is complete.
Use the unistall.jar file as follows:
CLASSPATH=<MQe directory>/Uninst/uninstall.jar:$CLASSPATH export CLASSPATH java run
This command launches the Uninstall program. Follow the screen prompts or instructions until the program indicates that the uninstall is complete.
You can run the uninstaller in silent mode. This means that no panels are displayed during the uninstall and there are no prompts for input. As when running the uninstall in graphical mode, there are two ways to run a silent uninstall.
set classpath=<MQe directory>\Uninst\uninstall.jar;%classpath% Jview run -silent
CLASSPATH=<MQe directory>/Uninst/uninstall.jar:$CLASSPATH export CLASSPATH java run -silent
uninstall.exe -is:silent -silent
uninstall.bin -is:silent -silent
You can specify an options file when running the uninstall silently. The options file allows you to:
The following example options file sets the uninstall to run silently, and chooses to uninstall all the features except the Documentation feature.
#specify silent uninstall -silent #set features to active -P Java.active=true -P Documentation.active=false -P CBindings.active=true -P Native.active=true -P Palm.active=true
Notes:
The following examples show how to run the uninstaller with an options file:
java -cp uninstall.jar run -options C:\options.txt
uninstall.exe -options C:\options.txt