How to add OEM drivers to Windows Xp RIS image
Remote Installation Service Installations
The process of adding OEM Plug and Play drivers to RIS installations involves the same steps that are listed in the “Unattended Setup” section of this article, with two small adjustments:
1. Place the $oem$ folder at the same level as the \I386 folder of the RIS image. For example:
RemoteInstall\Setup\%language\Images\%dir_name%\i386
RemoteInstall\Setup\%language\Images\%dir_name%\$oem$\$1\Drivers
\NIC
\MODEM
\VIDEO
2. Modify the RIS image default template (Ristndrd.sif). In the [Unattended] section, change the OemPreinstall = key value from No to Yes, and then add the OemPnPDriversPath = Driver_Path entries. You can list multiple paths in this key by separating them with a semicolon (;), as follows:
[Unattended]
OemPreinstall = Yes
OemPnPDriversPath = Drivers\NIC;Drivers\Modem;Drivers\Video
Note The %SystemDrive% environment variable string is automatically inserted before each of the listed search paths.
Note If one of the OEM-supplied drivers is for a network card device, the RIS server must have this file available when you boot into text-mode Setup.
For additional information about this process, click the article number below to view the article in the Microsoft Knowledge Base:
315279 (http://support.microsoft.com/kb/315279/EN-US/) How to Add a Third-Party OEM Network Adapter to an RIS Installation
3. Stop and then restart the BINL service on the RIS server. To do this, type the following commands at the command prompt, pressing ENTER after each one:
net stop “boot information negotiation layer”
net start “boot information negotiation layer”
ADS Operating System Windows XPADS Operating System Windows XP
No Comments »
Filed under: Operating System, ADS, Windows XP

