Sysprep and drivers

  • Thread starter Thread starter KIDEM
  • Start date Start date
K

KIDEM

can you just put the drivers for multiple images in the
system32\driver folder, rather than trying the sysprep
oempnpdriver section?

For one i cannot get the oempnpdriver section to work at
all.

Thanks in Advance
 
1. On the root of the volume where the %WinDir% folder is located,
create a folder structure to hold the OEM-supplied drivers. For
example: \Drivers - - \network adapter - - \VIDEO \Sysprep \WINNT

2. Copy the OEM-supplied drivers to their appropriate subfolders.

3. Add the OemPnPDriversPath = Driver_Paths entry in the [Unattended]
section of the Sysprep.inf file. You can list multiple paths in this key by
separating them with a semicolon (;). For example:


[Unattended]
OemPnPDriversPath = "Drivers\network adapter;Drivers\Video"
NOTE: The %SystemDrive% environment variable string is automatically
inserted before each of the listed search paths.

This is explained in:
254078 How to Add OEM Plug and Play Drivers to Windows Installations
http://support.microsoft.com/?id=254078
 
OK...i think i might have the driver part of it, now the
other problem is when i sysprep what switches should i
use, im using 2.0 with XP, none of the switches seem to do
what i want except for -bmsd works right, but when i
sysprep it after that it prompts for factory or reseal,
which when the image boots up it act like i just installed
from cd, asking for key and to register, which in the inf
file i put in the key any ideas here, thanks for your
response yesterday to,


Jay
 
Back
Top