========================== Silent Install Readme Note ========================== This note shows the different line commands to run unattended "silent" install/Uninstall(s) for the Broadcom Management Applications installer. NOTES: ====== - All commands are case sensitive - User must "Run as Administrator" for Windows Vista when using "msiexec" for "silent" install/uninstall(s). - .NET Framework 2.0 is required for Broadcom Advanced Control Suite (BACS) 3 to operate. Running BACS 3 without .NET Framework 2.0 installed will result in an error. 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 "{18E893B6-28F0-495B-8448-AC40F4496728}" /qn "Note: The hexidecimal number above may differ from your current installer. Please check the Key name corresponding with the Broadcom Advanced Control Suite 3 (BACS) application in HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall for the correct hexidecimal number." Silent Install by Feature on IA32 Platforms: Use the ADDSOURCE to include any of the features listed below. setup /s /v"/qn ADDSOURCE=BACSi32,MgmtCfgi32,MgmtAgenti32" Silent Install by Feature on AMD64/EM64T Platforms: setup /s /v"/qn ADDSOURCE=BACSa64,MgmtCfga64,MgmtAgenta64"