File name Silent.txt==========================
Silent Install Readme Note
==========================
This note shows the different line commands to run unattended "silent" install/Uninstall(s) for the Broadcom ASF Management Applications installer.
*************************************
NOTE: All commands are case sensitive
*************************************
Silent Install (or upgrade) from within the installer source folder:
setup /s /v/qn
Silently Uninstall from any folder on the hard drive:
msiexec /x "{071B9AFA-EBE8-4ABF-8F4A-9F92612F517E}" /qn
Note: The hexidecimal number above may differ from your current installer. Please check the Uninstall key at HKLM/SOFTWARE/Broadcom/BACS for the correct string for your installer. |