Chapter 9 Incorporate Sun Fire Drivers Into a WIM or RIS Image 71
7. In the Microsoft-Windows-PnpCustomizationsNonWinPE component,
specify the path to the version (x86 or x64) folder in the DriverPack folder on
the network share, and the credentials used to access the network share.
For example, the path and credentials for a 64-bit image might be:
<Path>\\yourshare\share\DriverPack\x64</Path>
<Credentials>
<Domain>MyDomain</Domain>
<Username>MyUserName</Username>
<Password>MyPassword</Password>
</Credentials>
8. Save the answer file and exit Windows SIM. The answer file must be similar to
the following sample. The sample assumes a 64-bit Windows installation (for
the processorArchitecture component ID parameter, supported values are
x86 for 32-bit Windows, or amd64 for 64-bit Windows).
<?xml version="1.0" ?>
<unattend xmlns="urn:schemas-microsoft-com:asm.v3" xmlns:wcm=
"http://schemas.microsoft.com/WMIConfig/2002/State">
<settings pass="offlineServicing">
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS">
<DriverPaths>
<PathAndCredentials wcm:keyValue="1">
<Path>\\yourshare\share\DriverPack\x64</Path>
<Credentials>
<Domain>MyDomain</Domain>
<Username>MyUserName</Username>
<Password>MyPassword</Password>
</Credentials>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
</unattend>