Specifies the path to one or more folders that contain Plug and Play drivers not distributed in Drivers.cab on the Windows product CD.
You must also use the entry OEMPreinstall = Yes.
The folders must contain all the files necessary to install the particular devices: catalog files, .inf files, and drivers.
For example, if you have a folder called \Drivers with subfolders called \Audio and \Net, use the entry OemPnPDriversPath = drivers\audio;drivers\net in the answer file. Setup adds:
-
%systemdrive% to each of the folder names
-
Path for each subfolder to the Plug and Play device search path.
The length of the OemPnPDriversPath entry in the answer file must not exceed 4096 characters.
You cannot use environment variables to specify the location of a folder.
Always use signed drivers. Signed drivers make the operating system more stable and significantly reduce requests for product support.
When using OemPnPDriversPath in the answer file, be sure that the folders are available during the Mini-Setup stage or during the first logon. The easiest way to do this is to place the Plug and Play drivers in the \$OEM$\$1 folder. To prevent users from inadvertently deleting driver folders located at the root of the drive, you can place drivers under the \$OEM$\$$ folder (for example: $OEM$\$$\PnP\Audio).
If the drivers are not in the Drivers.cab file on the computer’s hard disk or in the location specified by OemPnPDriversPath, Setup prompts the user for the location of the drivers during the first startup of the computer, before Windows Welcome or the Mini-Setup stage.
You can also use the [PnPDrivers] section in Winbom.ini to update drivers on a previously-created image of the installed operating system.