Chapter 3: Installing the Windows Drivers
40
Note
All commands are case sensitive.
Note
User must “Run as Administrator” for Vista when using “msiexec” for
“silent” install or uninstall procedures.
Note
For detailed instructions and information about unattended installs,
refer to the Silent.txt file in the DrvInst folder.
Performing a Silent Install
To perform a silent install from within the installer source folder, type the
following:
setup /s /v/qn
or
msiexec /i “BDrv5706.msi” /qn
Performing a Silent Install and Creating a Log File
To perform a silent install and create a log file at (f:\1testlog.txt), type the
following:
setup /s /v”/qn /L f:\1testlog.txt”
Performing a Silent Upgrade
To perform a silent upgrade from within the installer source folder, type the
following:
setup /s /v/qn
Performing a Silent Uninstall
There are two ways to perform a silent uninstall— from the installer source
folder and from the any folder.
In some circumstances, you must reboot your system 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.