Using SetupBD.exe to Install Base Drivers on Windows Server* Core Operating Systems
Uninstalling Drivers and Intel PROSet
DxSetup.exe is the preferred installation method. You can use it to install the Windows base drivers and Intel® PROSet for Windows* Device Manager. DxSetup.exe detects the system's language, searches for the appropriate transform file, and applies it to MSI package. The transform file translates the installation instructions to the language associated with your operating system.
NOTES:
|
You can use the base driver install utility (SetupBD.exe) to install Microsoft Windows base drivers from a command line. If you use SetupBD.exe to install base drivers, you will not be able to use the advanced features in Intel PROSet.
DxSetup.exe is a setup utility used for installing Intel PROSet. It detects the system language, searches for the appropriate transform file in the same folder, and then launches PROSETDX.msi in the language specific to the operating system. The transform file translates the installation instructions to the language associated with your operating system.
DxSetup.exe also takes the install options from the command line and applies them to the PROSETDX.msi command line installation.
Switch | Description | ||||||||
/q[r|n] | silent install options.
|
||||||||
/l[i|w|e|a] |
log file option.
|
||||||||
/uninstall /x |
uninstalls Intel PROSet and drivers. |
Property | Definition | ||
BD | "0", do not install base drivers.
"1", install the base drivers (default). NOTE: BD should only be set to 0 if the Base Drivers have already been installed prior to running DxSetup.exe |
||
DMIX | "0", do not install Intel PROSet.
"1", install Intel PROSet (default). The DMIX property requires BD=1. |
||
ANS | "0", do not install ANS.
"1", install ANS (default). The ANS property requires DMIX=1. |
||
FCOE | "0", do not install Fibre Channel Over Ethernet (FCoE) using DCB (default). "1", install FCoE using DCB. The FCOE property requires DMIX=1. |
||
ISCSI | "0",
do not install iSCSI using DCB (default). "1", install iSCSI using DCB. The ISCSI property requires DMIX=1. |
||
POWERSHELL | "0", do not install the IntelNetCmdlets module (default). "1", install the IntelNetCmdlets module. The POWERSHELL property requires DMIX=1. |
||
SNMP | "0", do not install the SNMP Agent (default). "1", install the SNMP Agent. The SNMP property requires BD=1. |
||
FORCE | "0", check that the installed device supports a feature (FCOE, iSCSI) and only install the feature if such a device is found (default). "1", install the specified features regardless of the presence of supporting devices. |
NOTES:
|
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.
You can modify the paths for different operating systems and CD layouts and apply the command line examples.
The following launches a typical install silently:
DxSetup.exe /qn /liew install.log
NOTE: BD, ANS and DMIX are selected by default. |
How to install components but deselect ANS. Set the ANS=0 in the command line:
DxSetup.exe /qn ANS=0 /liew install.log
NOTE: If you want to use prosetcl.exe to configure your adapters, you must use DxSetup.exe to install drivers and Intel PROSet. SetupBD.exe only installs the base drivers. |
SetupBD.exe supports the following command line switches.
NOTE: You must include a space between switches. |
Switch | Description |
/s | silent install |
/r | force reboot (must be used with the /s switch) |
/nr | no reboot (must be used with the /s switch. This switch is ignored if it is included with the /r switch) |
Examples:
Option | Description |
SetupBD | Installs and/or updates the driver(s) and displays the GUI. |
SetupBD /s | Installs and/or updates the driver(s) silently. |
SetupBD /s /r | Installs and/or updates the driver(s) silently and forces a reboot. |
SetupBD /s /r /nr | Installs and/or updates the driver(s) silently and forces a reboot (/nr is ignored). |
NOTES:
|
You can use the /r and /nr switches only with a silent install (i.e. with the "/s" option).
Intel recommends you use Add/Remove Programs to uninstall Intel PROSet and the base drivers. If your operating system does not have a GUI installed, you can use DxSetup.exe to uninstall the base drivers and Intel PROSet.
If you only installed base drivers, you can use the PROUnstl.exe utility to remove them.
NOTE: PROUnstl.exe only removes the base drivers. Do not use this utility if Intel PROSet is installed on your system. Removing the base drivers without removing Intel PROSet will result in system instability. |
PROUnstl.exe supports the following command line switch:
Switch | Description |
/nogui | silent uninstall. |