Вы находитесь на странице: 1из 1

==========================

Silent Install Readme Note


==========================
This note shows the different line commands to run unattended "silent" install/U
ninstall(s) for the Broadcom Card Reader Driver Installer.
NOTES:
======
- All commands are case sensitive
- User must "Run as Administrator" for Windows Vista when using "msiexec" for "s
ilent" install/uninstall(s).
Silent Install or Upgrade from within the installer source folder:
setup /s /v/qn
Silent Uninstall from any folder:
msiexec /x "{67AA948F-8D83-4566-B84A-7CAABCF64E3F}" /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 by individual driver on IA32 Platforms: Use the ADDSOURCE to inc
lude any of the features listed below.
setup /s /v"/qn ADDSOURCE=MemorySticki32,SecureDigitali32,XDPicturei32"
Silent Install by individual driver on AMD64/EM64T Platforms:
setup /s /v"/qn ADDSOURCE=MemorySticka64,SecureDigitala64,XDPicturea64"
If performing a silent upgrade or uninstall, please make sure you do a manual re
boot afterwards to avoid leaving the system in an
inconsistent state.
During silent upgrade or uninstall, your system may reboot automatically. If yo
u wish to suppress the reboot, please append
REBOOT=ReallySuppress to the end of the corresponding upgrade or uninstall comma
nd 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 un
installation to continue.

Вам также может понравиться