sysprep oempnpdrivers path

J

jmrieman

I am using the following sysprep file. I have an Altiris
OS image installation. I am trying to get he drivers to
install correctly. Also, I do not see the path listed in
the oempnpdrivers section appended to the registry key
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersi
on\DevicePath: REG_EXPAND_SZ:%SystemRoot%\Inf . Is this
the correct behavior??? the drivers are not installing
correctly. Please help

FYI, i have the drivers folder and file located in
C:\WINNT\DRIVERS\.....

[Unattended]
InstallFilesPath = C:\Sysprep\i386
UnattendMode=FullUnattended
OemSkipEula=Yes
TargetPath=\winnt
DriverSigningPolicy = Ignore
KeepPageFile=1
OemPnPDriversPath =
winnt\drivers\WLAN300B;winnt\drivers\BthV300C;
OemPreinstall = Yes
UpdateInstalledDrivers=yes
 
M

Miphnik

jmrieman said:
I am using the following sysprep file. I have an Altiris
OS image installation. I am trying to get he drivers to
install correctly. Also, I do not see the path listed in
the oempnpdrivers section appended to the registry key
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersi
on\DevicePath: REG_EXPAND_SZ:%SystemRoot%\Inf . Is this
the correct behavior??? the drivers are not installing
correctly. Please help

FYI, i have the drivers folder and file located in
C:\WINNT\DRIVERS\.....

[Unattended]
InstallFilesPath = C:\Sysprep\i386
UnattendMode=FullUnattended
OemSkipEula=Yes
TargetPath=\winnt
DriverSigningPolicy = Ignore
KeepPageFile=1
OemPnPDriversPath =
winnt\drivers\WLAN300B;winnt\drivers\BthV300C;
OemPreinstall = Yes
UpdateInstalledDrivers=yes

I'm not sure if it just the format the way I'm seeing it after you
posted but there is a space between your OemPnPDriversPath and = and
there shouldn't be a semicolon at the end of the path.

It should be all together like so.
OemPnPDriversPath=winnt\drivers\WLAN300B;winnt\drivers\BthV300C
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top