                        ==========================
                        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:
msiexec /i "BDrvInst.msi" /qn

Silently Uninstall from within the installer source folder:
msiexec /x "BDrvInst.msi" /qn

Silently Uninstall from any folder:
msiexec /x "{B7F54262-AB66-44B3-88BF-9FC69941B643}" /qn



