Blame | Last modification | View Log | Download
==========================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/qnormsiexec /i "BDrvInst.msi" /qnSilent Upgrade from within the installer source folder:setup /s /v/qnSilent Uninstall from within the installer source folder:msiexec /x "BDrvInst.msi" /qnSilent Uninstall from any folder:msiexec /x "{7E369B27-13E2-41A5-9879-358EE1C8B5AD}" /qnSilent Reinstall of the same installer:setup /s /v"/qn REINSTALL=ALL"GUI Reinstall of the same installer:setup /V"REINSTALL=ALL"