I have a program that has an uninstall key:
c:\windows\system32\iprint\setupipp.exe /uninstall
I'd like to be able to push a slient uninstall of this.
What is the best way to do this? I am think to just push a bat file. But what do I use for a silent switch?
Will the /s work?