I need to silently run the Nimbus Robot uninstaller from the command line, so I can script the installation of UIM. We are able to locate the uninstall exe using the registry, and can pass the -uninstall flag to get it to run, but a GUI prompt pops up. Is there a flag or some other way to bypass the prompt so the entire thing can run automatically?
I checked with my technical expert, and he thought we answered the question once before, but it must have been for a support call or email thread. Anyway, the magic you seek is:
$ unins000.exe /SILENT /VERYSILENT /SUPPRESSMSGBOXES
Jim Cooke, Product Manager UIM Core Services