4–Windows Driver Software
Installing the Driver Software
23
83840-546-00 N
Using Silent Installation
To perform a silent install from within the installer source folder:
Issue the following command:
setup /s /v/qn
To perform a silent upgrade from within the installer source folder:
Issue the following command:
setup /s /v/qn
To perform a silent reinstall of the same installer:
Issue the following command:
setup /s /v"/qn REINSTALL=ALL"
To perform a silent install to force a downgrade (default is NO):
Issue the following command:
setup /s /v" /qn DOWNGRADE=Y"
Manually Extracting the Device Drivers
To manually extract the Windows device drivers:
Issue the following command:
setup /a
This command runs the setup utility, extracts the drivers, and places them in the
designated location.
NOTE
All commands are case sensitive.
For detailed instructions and information about unattended installs, refer
to the
silent.txt
file in the folder.
NOTE
Use the REINSTALL switch only if the same installer is already installed on
the system. If upgrading an earlier version of the installer, issue the
setup
/s /v/qn
command as shown in the preceding.