Download the self-extracting archive and run it. When you run it, it will extract the files to a temporary directory, run the installation wizard, and remove the temporary files when the installation is complete. All language files are embedded in this archive. You do not need to download an extra language pack.
This self extracting archive supports the following command line parameters:
Parameter | Description |
/e |
Do not automatically start the installation process. |
/s |
Extract the files silently. |
/f <destination path> |
Destination path where the archived files will be extracted to. |
For example, to only extract the contents of the webpack to
a specific folder (and not run the installation), type the following:
<webpack filename> /s /e /f <destination path>
After you extract the files from the archive using the /e parameter, you can use them to do a plug and play update or install.
DxSetup.exe installs the Intel PRO Network Connections drivers and software. It automatically detects the system language and launches in that language.
Switch | Description | ||||||||
/q[r|n] | silent install options.
|
||||||||
/l[i|w|e|a] |
log file option.
|
Property | Definition |
BD |
"0", deselect / do not execute SetupBD.
"1", execute SetupBD to install the drivers (default setting). NOTE: BD should only be set to 0 if the Base Drivers have already been installed prior to running DxSetup.exe |
ANS |
"0", deselect / hide ANS.
"1", select ANS (default setting). |
DMIX | "0", deselect /
hide Intel PROSet feature.
"1", select Intel PROSet feature (default setting). |
SNMP | "0", deselect /
do not install the SNMP Agent (default setting)
"1", select / install the SNMP Agent. |
NOTES:
DxSetup.exe /qn ANS=1
Any white space in "ANS=1" makes the setting invalid. "ans=1" is not a valid setting.
The following launches a typical install silently:
DxSetup.exe /qn /liew C:\install.log
How to install components but deselect ANS. Set the ANS=0 in the command line:
DxSetup.exe /qn ANS=0 /liew C:\install.log
Last modified on 6/27/07 10:20a Revision 3