|
Post Reply
Bulok 2008-06-10 05:46
I am trying to uninstall Ultramon from several machines. I have to do this remotely and currently attempting to run it via a command line script.
Currently I am doing it this way
msiexec /uninstall "\\MyServer\Ultramon Setup\ Ultramon24en.msi"
The problem with this is it prompts the users to click either Yes or No.
I want this to do Yes automatically however if I bypass this by adding a /Y switch it only runs the Windows installer.
Please help!
|
Christian Studer 2008-06-10 09:58
You can do this with the passive switch, just add it to the end of your command: /passive
Christian Studer - www.realtimesoft.com
|
Post Reply
|