Adding the NIC driver
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
angryasianantelope
16 years ago
If you need to add drivers for a new network card or some other device, you can do so by downloading and extracting the Vista 32-bit driver, and add it to the build using the peimg.exe command . Information on how to use peimg.exe to add drivers and packages can be found here.
For example, the Intel NIC driver for the Optiplex 755 extracts to C:\dell\drivers\R162323\Vista32. To add the driver to the build, you would type: "C:\Program Files\Windows AIK\Tools\PETools\peimg.exe" /inf=C:\dell\drivers\R162323\Vista32\*.inf C:\winpe\mount
Note that peimg.exe can be launched from the PETools command prompt without typing the path to the executable, only the executable name.
For example, the Intel NIC driver for the Optiplex 755 extracts to C:\dell\drivers\R162323\Vista32. To add the driver to the build, you would type: "C:\Program Files\Windows AIK\Tools\PETools\peimg.exe" /inf=C:\dell\drivers\R162323\Vista32\*.inf C:\winpe\mount
Note that peimg.exe can be launched from the PETools command prompt without typing the path to the executable, only the executable name.
Posted by:
kerrycorcoran
16 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.