sysprep OemPnPDriversPath not working
I use "sysprep.exe –reseal –mini" then once complete reboot the machine.
The machine boots up goes through the usual unattended setup as per the sysprep.inf but when I log into windows the "found new hardware wizard" prompts me for all the hardware instead of automatically installing.
Here is my sysprep.inf, any ideas what I'm doing wrong?
;SetupMgrTag
[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
OEMPreinstall=Yes
OemPnPDriversPath=\Support\Drivers\D430\Chipset\All;\Support\Drivers\D430\Audio\WDM;\Support\Drivers\D430\Modem;\Support\Drivers\D430\NIC\Win2K_XP;\Support\Drivers\D430\Video\Graphics;\Support\Drivers\D430\Video\HDMI;
UpdateHAL = "ACPIAPIC_MP,%WINDIR%\Inf\Hal.inf"
[GuiUnattended]
OEMSkipRegional=1
TimeZone=290
OemSkipWelcome=1
[UserData]
ProductID=
FullName=
OrgName=
[Display]
BitsPerPel=32
vrefresh=75
Xresolution=1024
YResolution=768
[TapiLocation]
CountryCode=64
Dialing=Tone
AreaCode=04
LongDistanceAccess="9"
[RegionalSettings]
LanguageGroup=1
SystemLocale=1409:00001409
UserLocale=1409:00001409
UserLocale_DefaultUser=1409:00001409
InputLocale=1409:00001409
InputLocale_DefaultUser=1409:00001409
[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=windist
[Identification]
JoinWorkgroup=workgroup
[OEM_Ads]
Logo=logo.bmp
[Networking]
InstallDefaultComponents=Yes
[Sysprep]
BuildMassStorageSection=Yes
[SysprepMassStorage]



