========================== 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). 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 "{EDE35932-B95B-4420-B739-08C8537AACC0}" /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." Silent Install by Feature on IA32 Platforms: Use the ADDSOURCE to include any of the features listed below. setup /s /v"/qn ADDSOURCE=BACSi32" Silent Install by Feature on AMD64/EM64T Platforms: setup /s /v"/qn ADDSOURCE=BACSa64"