Help - Search - Members - Calendar
Full Version: Drivers from cd Problem HELP
MSFN Forums > Unattended Windows Discussion & Support > Device Drivers

   


Google Internet Forums Unattended CD/DVD Guide
atakan_1907
Hi,

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 %*


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!
atakan_1907
I think the problem was the devicepath value overflow. On my cd it becomes about 18000 chars! I read that it can not exceed 4096 char limit.
Now i turned my setup to Drivers from cd : simple method and all ok.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.