Winxp Sysprep drivers loading

  • Thread starter Thread starter Guy
  • Start date Start date
G

Guy

I got a image that will boot now, but i need to load
drivers for each machine , how do i do this easily?


GUy
 
Hello Guy,

The following KB article explains how to add oem drivers to your sysprep
install:

314479 How to Add OEM Plug and Play Drivers to Windows XP
http://support.microsoft.com/?id=314479

Regards,
Bill Spears

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Guy said:
I got a image that will boot now, but i need to load
drivers for each machine , how do i do this easily?


GUy

You need to make the drivers available (that are not part of the OS
install sysprep runs a rediscover on the cloned machine)
Do this by copying the driver set required into the c:\sysprep
directory....

So it would be something like this if you need to add drivers for your
DVD and network card:

c:\sysprep\drivers\dvd_drive\
c:\sysprep\drivers\NIC\

ensure you have the cat or inf file in there but make sure you dont
have the exe the device manaufacturer supplied that updates the
device.....

Then in the sysprep.inf file add the directory paths for those drivers
[unattended]
OEMPnPDriversPath = \sysprep\drivers\dvd_drive;\sysprep\drivers\NIC

Andy
[www.etjsolutions.co.uk]
 
Thanks guys i will give it try, do either of you know is
that where i would load different chipsets aswell?

Guy
 
Ok..i did what you said OEMPnPDriversPath =
c:\sysprep\drivers\nic; c:\sysprep\drivers\video ...etc
is this wronf cause it didnt work at all.

Thanks
 
Back
Top