Jump to content

Watch Driver Signing Policy


Recommended Posts

I'm having problems in comprehending the

%CDDRIVE%\Drivers\SetDevicePath.exe %CDDRIVE%\Drivers
That's in the Presetup.cmd file.

Currently I have my drivers in the

$OEM$\$1\DRIVERS
directory. Also, have both the SetDevicePath file and WatchDriverSigningPolicy in this location.

So either my path is incorrect or I have both the files in the wrong place. :(

Thanks.

Link to comment
Share on other sites


the path: $OEM$\$1 is used to copy file to to the systemdrive ( for example C:\ )

This could mean two things (dependant of your goal)

Install drivers from harddisk

If you want to install your drivers from the harddisk you need to change the line in presetup.cmd to this:

%systemdrive%\Drivers\SetDevicePath.exe %systemdrive%\Drivers

Note that you have to change everyline in your presetup.cmd to %systemdrive%

Install driver from the CD

If you want to do this, you need to put your driver folder on the root of your CD, if you install from a cd (this goes for applications aswell, you don't need the $1 folder that much.)

For more info: Check this post

Good luck, and may the force be with you :P

Link to comment
Share on other sites

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...