Silent uninstallation

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. There are two ways to run the uninstall silently:
From the jar file
Run the uninstall in the same way as previously described, but append the -silent flag. For example:
On Windows®
set classpath=<MQe directory>\Uninst\uninstall.jar;%classpath%
Jview run -silent
On Linux®, AIX®, Solaris, and HP-UX
CLASSPATH=<MQe directory>/Uninst/uninstall.jar:$CLASSPATH
export CLASSPATH
java run -silent 
From a platform specific launcher
Add the -is:silent -silent flags. For example:
On Windows
uninstall.exe -is:silent -silent
On Linux, AIX, Solaris, and HP-UX
uninstall.bin -is:silent -silent

Terms of use | WebSphere software

(c) Copyright IBM Corporation 2004, 2005. All rights reserved.