                        ==========================
                        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 from within the installer source folder:
setup /s /v/qn
or
msiexec /i "BTPMDrv.msi" /qn

Silent Upgrade from within the installer source folder:
setup /s /v/qn

Silent Uninstall from within the installer source folder:
msiexec /x "BTPMDrv.msi" /qn
 
Silent Uninstall from any folder:
msiexec /x "{9576B4EE-5E87-4C14-AFCE-2F6FC2B276B8}" /qn

Silent Reinstall of the same installer:
setup /s /v"/qn REINSTALL=ALL"

GUI Reinstall of the same installer:
setup /V"REINSTALL=ALL"



