Adding drivers to an existing driver set

This section describes the process for adding drivers to the supplied Windows PE device driver set.

Procedure

To add a device driver to an existing driver set, follow these steps:

  1. Create a new subdirectory with no spaces or special characters in the root directory of the latest WinPE driver set of the desired architecture.
  2. Copy the new driver files into the new directory. Do not create any subdirectories under this new directory, or the drivers will not be installed correctly. In this step, driver files refers to raw data files (typically *.inf, *.sys, *.dll, *.cat). If the device driver that you have is an executable program, install it to a system, and then fetch the raw data file from installation directory.
  3. Run the build process to install each driver in the set, including your addition.