Text preview for : Silent.txt part of Dell Silent Dell Computer Dell Precision™ Workstation 690 Dell Precision™ 690 Workstation manual R161008 Silent.txt



Back to : Silent.txt | Home

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

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

Silent Uninstall from within the installer source folder:
msiexec /x "BDrvInst.msi" /qn

Silent Uninstall from any folder:
msiexec /x "{FC57FC53-104C-415C-98D7-B05E659461A9}" /qn

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"

Silent Install to force downgrade (Default setting is NO):
setup /s /v"/qn DOWNGRADE=Y"