How to add drivers for RIS

G

Guest

Hi

I need to add some drivers for vga card and modem to my RIS image. I have
had a try at using $oem$ directory and referring to it in the .sif file.

But can't seem to get it to work. Do the drivers need to be in a special
directory under $oem$ and/or what are the best commands to use in the .sif
file?

I have read a little about the oemsetup.txt file but can't seem to get much
info.

Any hel would be great.

M
 
G

Guest

Hey huffnpuff,

This KB article should explain the whole process to you. Just follow the
instructions exactly.

How to Add OEM Plug and Play Drivers to Windows Installations
http://support.microsoft.com/default.aspx?scid=kb;en-us;254078

SUMMARY
This article describes the steps to add Original Equipment Manufacturer
(OEM)-supplied drivers to Windows installations. This article only includes
drivers that are typically installed during graphical user interface
(GUI)-mode Setup or after Setup by Plug and Play enumeration. This permits
you to pre-load OEM Plug and Play drivers that you can use if the
associated hardware is added to the system later.

I hope this helps.

****************************************************************************
*
Craig
Microsoft Setup Team

Search our Knowledge Base at http://support.microsoft.com/default.aspx

Visit the Windows 2000 Homepage at
http://www.microsoft.com/windows2000/default.asp

See the Windows NT Homepage at
http://www.microsoft.com/ntserver/

NOTE: Please reply to the newsgroup and not directly to me. This allows
others to add to and benefit from these threads and also helps to ensure a
more timely response. Thank you!

This posting is provided "AS IS" without warranty either expressed or
implied, including, but not limited to, the implied warranties of
merchantability or fitness for a particular purpose.

The views and opinions expressed in this newsgroup posting are mine and do
not necessarily express or reflect the views and / or opinions of
Microsoft.
****************************************************************************
**
 
G

Guest

Are quotation marks required when stating your path for OemPnpDriverPath?
See example below from the link recommended.
4. Create a Sysprep.inf file in the Sysprep folder, and then add the
[Unattended] and OemPnPDriversPath = Driver_Path entries. You can list
multiple paths in this key by separating them with a semicolon (;). For
example:
[Unattended]
OemPnPDriversPath = "Drivers\network adapter;Drivers\Video"
 
G

Guest

No, it should not make any difference if qoutes are used there.


****************************************************************************
*
Craig
Microsoft Setup Team

Search our Knowledge Base at http://support.microsoft.com/default.aspx

Visit the Windows 2000 Homepage at
http://www.microsoft.com/windows2000/default.asp

See the Windows NT Homepage at
http://www.microsoft.com/ntserver/

NOTE: Please reply to the newsgroup and not directly to me. This allows
others to add to and benefit from these threads and also helps to ensure a
more timely response. Thank you!

This posting is provided "AS IS" without warranty either expressed or
implied, including, but not limited to, the implied warranties of
merchantability or fitness for a particular purpose.

The views and opinions expressed in this newsgroup posting are mine and do
not necessarily express or reflect the views and / or opinions of
Microsoft.
****************************************************************************
**
 

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