Basically, I just created a batch file that everyone has access to and is in the same directory that the unistall wizard was unpacked. The unistall tool is very slick. Everytime you run the tool it will create a .bat that can be used again (kind of like a response file). The uninstall wizard has several parameters that can be specified. Below is what I used: --below is an example if using the default home directory (e.g. C:\program files\SAS\.... java -cp .\sas.tools.suw.jar;.\sas.tools.deploymntreg.jar;.\sas.tools.deployjni.jar;.\sas.tools.viewregistry.jar;.\log4j.jar com.sas.tools.suw.SUW -v --below is an example of non default home directory java -cp .\sas.tools.suw.jar;.\sas.tools.deploymntreg.jar;.\sas.tools.deployjni.jar;.\sas.tools.viewregistry.jar;.\log4j.jar com.sas.tools.suw.SUW -v -sashome "D:\Program Files\SAS"
... View more