yocarim Posted November 1, 2008 Posted November 1, 2008 Hi, i try the simple method of drivers from cd HERE is more information about, but the problem is i not install from a cdsource, the instalation is from a usb-stick using WinSetupFromUSB program.The thing is, i got the compressed drivers in 1 file called Drivers.7z, inside U:\$WIN_NT$.~LS\$OEM$\Drivers (drive letter for my usb-stick is always U:) The frist time i try the install win xp and the drivers and not work, then i try, try, try, and try, and i looking for the problem, i read the file Drivers.cmd and i see the code is for a CDSOURCE, not for and removible usb and less for a usb-stick with the letter drive is always U: I think the problem is that, just the code the drivers.cmd and the search for a cdsource and the dir tree in the usb-stick is no match a cd instalation method.I let you my dir tree from usb-stickU:---\$WIN_NT$.~BT----------------------\system32---\$WIN_NT$.~LS----------------------\$OEM$-------------------------------\Drivers\Drivers.7z----------------------\I386This is the drivers.cmd code:CLS@ECHO OFFTITLE Drivers-from-CD Installationcolor 1F:: Set Current Drive as CDCD /D "%~dp0":: Set Drivers Location FolderSET DRV=Drivers:: Ticker scriptECHO.exec hide %CD%\Process.exe -r setup.exe >%SystemDrive%\Ticker.nclECHO.wait 10000 >>%SystemDrive%\Ticker.nclECHO.exec hide %CD%\Process.exe -p SetupCopyOEMInf.exe high >>%SystemDrive%\Ticker.nclECHO.exec hide %CD%\Process.exe -s setup.exe >>%SystemDrive%\Ticker.nclECHO.wait 50000 >>%SystemDrive%\Ticker.nclECHO.script %SystemDrive%\Ticker.ncl >>%SystemDrive%\Ticker.ncl:: Pre-Install (Suspend Setup, and Set Setup to Low Priority).\Process.exe -s setup.exe.\Process.exe -p setup.exe low:: Allow for Unsigned DriversSTART .\WatchDriverSigningPolicy.exe:: If Compressed Drivers Exist, Unzip Them & Change Drivers Location Folder to Hard DriveIF EXIST Drivers.7z (SET DRV=%SystemDrive%\Drivers.\7za.exe x -y -aoa -o"%SystemDrive%\Drivers" ".\Drivers.7z"):: Run NirCmd Ticker Script (code above)START .\NirCmd.exe script %SystemDrive%\Ticker.ncl:: Install Drivers.\SetupCopyOEMInf.exe "%DRV%":: Post-Install (Close NirCmd, Setup Priority back to Normal, Resume Setup).\Process.exe -k NirCmd.exe.\Process.exe -p setup.exe normal.\Process.exe -r setup.exe:: Delete Ticker FileDEL %SystemDrive%\Ticker.nclEXITI hope somebody help me, Sorry for my english Thx, and cheers!!!
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