March 24, 200521 yr 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.
March 24, 200521 yr 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
Create an account or sign in to comment