                        ==========================
                        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    <-- This will install the most common features, BACS and BASP.

Silently Uninstall from any folder on the hard drive:
msiexec /x "{058B32E2-6310-4359-B2D4-1988390C3B83}" /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.

Silent Install by Feature on IA32 Platforms:  Use the ADDSOURCE to include any of the features listed below. (note, CHM32 or CHM64 install the BACS help file, and must be included when installing the BACS feature:
setup /s /v"/qn ADDSOURCE=BACSi32,CHM32,BASPi32,SNMPi32,CIMi32"

Silent Install by Feature on AMD64/EM64T Platforms:
setup /s /v"/qn ADDSOURCE=BACSa64,CHM64,BASPa64"

Silent Install by Feature on IA64 Platforms:
setup /s /v"/qn ADDSOURCE=BACSi64,CHM64,BASPi64"


