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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now