Jump to content

FAQ | What OemPnPDriversPath for my non-standard path?


Recommended Posts

Posted (edited)

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 by Bâshrat the Sneaky

Posted

Everything under $$\ get copied to the windows folder. So you need to use

OemPnPDriversPath="%windir%\Drivers\000_intel_INF"

Posted

sonic

The files get copied just fine. It's the WINNT.SIF that doesnt detect them.

Bâshrat the Sneaky

I'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

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...