Q: I want to expand an Intel NIC driver; where does the extraction go when I add the /e switch?
The extraction goes where all extractions eventually go.
John Savill
November 2, 2011
1 Min Read
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 switch, which tells the process where to write the extraction. For example,
d:tempPROWinx64.exe /e /fd:tempintel
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
after the storage driver file.
To see more FAQs, please go to John Savill's FAQs page on Windows IT Pro.
Read more about:
IntelAbout the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like