Gothika Posted March 24, 2005 Posted March 24, 2005 I'm having problems in comprehending the %CDDRIVE%\Drivers\SetDevicePath.exe %CDDRIVE%\DriversThat'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.
erik_demon Posted March 24, 2005 Posted March 24, 2005 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 harddiskIf 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%\DriversNote that you have to change everyline in your presetup.cmd to %systemdrive%Install driver from the CDIf 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 postGood luck, and may the force be with you
Gothika Posted March 25, 2005 Author Posted March 25, 2005 Thank you so much Erik!This makes more sense <<at least to me>>
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now