Windows 7 OEM Drivers not Installing during Sysprep

N

NuvolaGuy

Guest
I am having issues getting the OEM drivers to install on a Windows 7 Professional 32-bit OS during sysprep. Only the generic drivers install suring sysprep, but if I manually search for the drivers in the C:\drivers path, the correct drivers install. I am using the unattend.xml file and pointing directly to it in my sysprep call. (sysprep -generalize -oobe -unattend:c:\Windows\Panther\Unattend.xm. lI have a path for the drivers as c:\drivers. The drivers range from Dell to HP in the subdirectories of that folder. I am using Symantec Ghost for my imaging solution.
I have the drivers portion of the unattend.xml here:
<settings pass="offlineServicing">
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DriverPaths>
<PathAndCredentials wcm:action="add" wcm:keyValue="61459c8a">
<Path>c:\drivers</Path>
<Credentials>
<Domain></Domain>
<Password></Password>
<Username></Username>
</Credentials>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
Any help with this would be great.

Continue reading...
 
Back
Top