NOTES:
l
If you specify a path for the log file, the path must exist. If you do not specify a complete
path, the install log will be created in the current directory.
l
You do not need to specify default values. To install the base drivers, Intel PROSet, and
ANS, the following examples are equivalent:
DxSetup.exe
DxSetup.exe BD=1 DMIX=1 ANS=1
l
The ANS property should only be set to ANS=1 if DMIX=1 is set. If DMIX=0 and ANS=1,
the ANS=1 is ignored and only the base driver will be installed.
l
Even if FCOE=1 is passed, FCoE using DCB will not be installed if the operating system
and installed adapters do not support it. If FORCE=1 is also passed, FCoE will be installed
if the operating system supports it.
l
Even if ISCSI=1 is passed, iSCSI using DCB will not be installed if the operating system
and installed adapters do not support it. If FORCE=1 is also passed, iSCSI will be installed
if the operating system supports it.
l
Public properties are not case sensitive. No white space is allowed between characters.
For example:
DxSetup.exe /qn DMIX=1
Any white space in "DMIX=1" makes the setting invalid.
Modify and Upgrade
You can use DxSetup.exe to modify or upgrade your drivers and software. If a feature is already installed, the
public property for that feature will default to 1 and if a feature is not installed, the public property for that
feature will default to 0. Running DxSetup.exe without specifying properties will upgrade all installed software.
You can remove installed software (except for base drivers) by setting the property to 0. If you uninstall
PROSet (DMIX=0), all features that rely on PROSet will also be removed.
Command line examples
You can modify the paths for different operating systems and CD layouts and apply the command line
examples.
1. The following launches a typical install silently:
DxSetup.exe /qn /liew install.log
NOTE:
BD, ANS and DMIX are selected by default.
2. How to install components but deselect ANS. Set the ANS=0 in the command line:
DxSetup.exe /qn ANS=0 /liew install.log