• subscribe
November 03, 2011 12:00 AM

Q: I want to expand an Intel NIC driver; where does the extraction go when I add the /e switch?

Windows IT Pro
InstantDoc ID #141092

A: I had this exact problem as I tried to extract an Intel NIC installation package so I could manually force a driver installation. I tried /e, and it gave no indication of where the expansion had written to.

The secret is to also add the /f<path> switch, which tells the process where to write the extraction. For example,

d:\temp\PROWinx64.exe /e /fd:\temp\intel
Note that there's no space between the /f and the path.

For storage drivers, the /e switch doesn't work, so you need to use

-a -n -s -p <path>
after the storage driver file.

To see more FAQs, please go to John Savill's FAQs page on Windows IT Pro.
 



ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here