I used drivers from cd method,
put drivers in seperate folders and into cd:\drv;
put presetup and modded setup.ex_ in i386
put drvsignpol. and setdevpath in cd:\drv
and set presetup.cmd like that:
CODE
set tagfile=\WIN51
for %%i in (c d e f g h i j) do if exist "%%i:%tagfile%" set CDDRIVE=%%i:
%CDDRIVE%
cd drv
SetDevicePath.exe %CDDRIVE%\DRV
start WatchDriverSigningPolicy.exe
%SystemDrive%
cd %SystemRoot%\system32
ren setup.exe setupold.exe
ren setupORG.exe setup.exe
start /WAIT setup.exe %*
for %%i in (c d e f g h i j) do if exist "%%i:%tagfile%" set CDDRIVE=%%i:
%CDDRIVE%
cd drv
SetDevicePath.exe %CDDRIVE%\DRV
start WatchDriverSigningPolicy.exe
%SystemDrive%
cd %SystemRoot%\system32
ren setup.exe setupold.exe
ren setupORG.exe setup.exe
start /WAIT setup.exe %*
and it runs OK
setdevicepath.exe runs OK
watchdriverspol OK
and when i checked registry while gui-setup, hklm\sw\mic\win\cV\devicepath has %cd%(d:)\drv\... paths OK
but when gui mode device install stage, they dont installed.
What's the problem???
I'm using wxp sp3
I recently added some textmode ahci drivers using nlite. Can this prevent my drivers on cd?
Help me please!