========================== Silent Install Readme Note ========================== This note shows the different line commands to run unattended "silent" install/Uninstall(s) for the Broadcom Driver 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 from within the installer source folder: setup /s /v/qn or msiexec /i "BDrv5706.msi" /qn Silent Upgrade from within the installer source folder: setup /s /v/qn Silent Uninstall from within the installer source folder: msiexec /x "BDrv5706.msi" /qn Silent Uninstall from any folder: msiexec /x "{11111111-2222-3333-4444-555555555555}" /qn Note: The hexidecimal number {11111111-2222-3333-4444-555555555555} is merely a placeholder. To obtain the correct hexadecimal number please check the key name corresponding with the name of the product you are trying to uninstall in HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall. Silent Reinstall of the same installer: setup /s /v"/qn REINSTALL=ALL" GUI Reinstall of the same installer: setup /V"REINSTALL=ALL" Silent Install AND create a log file at (f:\1testlog.txt): setup /s /v"/qn /L f:\1testlog.txt" If performing a silent upgrade or uninstall, please make sure you do a manual reboot afterwards to avoid leaving the system in an inconsistent state. During silent upgrade or uninstall, your system may reboot automatically. If you wish to suppress the reboot, please append REBOOT=ReallySuppress to the end of the corresponding upgrade or uninstall command listed above. Note that for setup command, please use: setup /s /v"/qn REBOOT=ReallySuppress" In some circumstances, reboot is required before uninstallation can continue. If you used REBOOT=ReallySuppress to suppress the reboot, the uninstallation may be suspended. You will need to reboot manually for the uninstallation to continue. Silent Install to force downgrade (Default setting is NO): setup /s /v"/qn DOWNGRADE=Y"