Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sysprep Image

Status
Not open for further replies.
Jul 29, 2002
5
US
Hello,

I have a syspreped XP image and I've followed all the documentation to include drivers for other hardware models however when sysprep runs it never seems to enumerate any of the drivers I have specified in my path which is \sysprep\drivers\nic etc. For example I lay down the image and after sysprep runs the machine boots up and I have to manually install the right video driver, NIC, etc. even though I've included the drivers and the path in the inf file according to all directions. It doesn't work on any of my hardware other than the original model I made the image on. Thoughts?
 
Here is the relevant section from my sysprep.inf. See anything wrong? I have read hundreds of google posts and don't see what I'm doing wrong. The image on different hardware always comes up with the Windows VGA driver.

[Unattended]
ExtendOEMPartition=1
InstallFilesPath=C:\sysprep\i386
UpdateInstalledDrivers=Yes
OemPnPDriversPath=sysprep\drivers\d610\video;sysprep\drivers\d610\audio;sysprep\drivers\d610\network;sysprep\drivers\gx520\audio;sysprep\drivers\gx520\video;sysprep\drivers\gx520\network;sysprep\drivers\gx520\system
OEMSkipEula=Yes
TargetPath=\WINDOWS

[GuiUnattended]
timezone=35
OEMSkipWelcome=1
OEMSkipRegional=1
EncryptedAdminPassword=NO
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top