Sysprep not adding drivers when WDS is used
Windows XP, Server 2008 WDS.
I have:
1. Setup my base image (it's 100% clean, no drivers, no software)
2. sysprep -mini -reseal -reboot
3. Captured image and added drivers to $OEM$ folders and setup Sysprep.inf correctly on the server.
4. Deplyed image (on same computer). Image deploys fine, it copies the Drivers folder from the server onto the local hard drive and sysprep.inf changes the admin password etc... but the driver install fails (no error message, they just don't install).
Sysprep is not updating HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\DevicePath with the paths OemPnpDriversPath.
I've tried MS Workround.
The wierd bit:
If I manually add the drivers folder and sysprep.inf then run sysprep -mini -reseal -reboot then just restart the computer (i.e. don't capture and deploy) drivers install OK.
So it must be something that WDS Server is/isn't doing?
Thanks!