Winxp Sysprep drivers loading

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
 
B

Bill Spears [MSFT]

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.
 
A

Andy

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]
 
G

guy

Thanks guys i will give it try, do either of you know is
that where i would load different chipsets aswell?

Guy
 
G

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top