                        ==========================
                        Silent Install Readme Note
                        ==========================

This note shows the different line commands to run unattended "silent" install/Uninstall(s) for the Broadcom Management Applications installer.

*************************************
NOTE: All commands are case sensitive
*************************************

Silent Install (or upgrade) from within the installer source folder:
setup /s /v/qn   

Silent Install AND create a log file at (f:\1testlog.txt):
setup /s /v"/qn /L f:\1testlog.txt"

Silently Uninstall from any folder on the hard drive:
msiexec /x "{C99C0593-3B48-41D9-B42F-6E035B320449}" /qn
"Note: The hexidecimal number above may differ from your current installer.  Please check the Key name corresponding with the Broadcom Advanced Control Suite 2 (BACS) application in HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall for the correct hexidecimal number."



