November 8, 200520 yr I am currently using the Drivers via WINNT.SIF method for installing drivers on my system.I have placed all my drivers in $OEM$\$$\Drivers instead of $OEM$\$1\drivers\ as the instructions say.My question is, what path do i put in WINNT.SIF in the "OemPnPDriversPath" parameter?OemPnPDriversPath="Drivers\000_intel_INF" is not working. Will OemPnPDriversPath="$$\Drivers\000_intel_INF" work?Thanks. Edited November 12, 200520 yr by Bâshrat the Sneaky
November 8, 200520 yr Everything under $$\ get copied to the windows folder. So you need to useOemPnPDriversPath="%windir%\Drivers\000_intel_INF"
November 11, 200520 yr jbm's solution is good ...Re-read guide http://unattended.msfn.org/global/oemfolders.htm
November 13, 200520 yr Author sonicThe files get copied just fine. It's the WINNT.SIF that doesnt detect them.Bâshrat the SneakyI'm just trying to find a way, to copy the drivers to %windir% and leave them there, or copy them to C:\ and delete them after their work has been done.Anyway, i just left them at C:\ and made a batch file to delete them afterwards.
Create an account or sign in to comment