paulosemblano Posted July 13, 2005 Posted July 13, 2005 My presetup.cmd is like this, with the drivers already copied in a called paste DRIVERS, with the file SetDevicePath.exe in this paste, and WatchDriverSigningPolicy.exe in the CD\OEM\bin, but the drivers don't install.What is wrong?set tagfile=\WIN51for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagfile%" set CDDRIVE=%%i:%SystemDrive%cd %SystemRoot%\system32if exist setup.exe ren setup.exe setupold.exeif exist setupORG.exe ren setupORG.exe setup.exe%SystemDrive%\drivers\SetDevicePath.exe %SystemDrive%\driversstart %CDDRIVE%\OEM\bin\WatchDriverSigningPolicy.exestart /WAIT setup.exe %*RD /Q /S %SystemDrive%\drivers
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