We install programs on our network through SCCM. How can I perform a silent install?
At the command prompt window, enter the following:
<setup.exe> /s
How can I perform a silent uninstall?
At the command prompt window, enter the following:
<setup.exe> /s MODIFY=FALSE REMOVE=TRUE UNINSTALL=YES