The following process details how to add additional drivers to a Windows 7 system image. This will all you to include or bundle drivers into your installation media, allowing the drivers to be automatically installed during the installation process.

These instructions are for Windows. None of this software is available for the Macintosh. Installing WinMDI. In your browser, File, New window so you have one window to view this document, and another to download the program. Copy the location (URL) from the first window to the second. Switch back and forth with the taskbar at the bottom of. Download a Copy Windows 7 available from Microsoft until February 10th here: 32-Bit Windows 7 (use if you have less than 4GB of RAM) 64-Bit Windows 7 (use if you have 4GB of RAM or more) Otherwise.

  1. A multiple-document interface (MDI) is a graphical user interface in which multiple windows reside under a single parent window. Such systems often allow child windows to embed other windows inside them as well, creating complex nested hierarchies.This contrasts with single-document interfaces (SDI) where all windows are independent of each other.
  2. Windows 7, a major release of the Microsoft Windows operating system, was available in six different editions: Starter, Home Basic, Home Premium, Professional, Enterprise and Ultimate.Only Home Premium, Professional, and Ultimate were widely available at retailers. The other editions focus on other markets, such as the software development world or enterprise use.
  3. First, we must run the Windows Command Prompt as an administrator. We ran the Command Prompt on Windows 10. If you are using Windows 8.1, Windows 8, Windows 7, Windows Vista or Windows XP, you can use the same methods to run the Command Prompt as an administrator. Open the Start Menu and type in 'cmd', but don't press Enter.

In this example we will be adding the drivers to the ‘install.wim’ file which came from a standard Windows 7 installation DVD.

STEP 1: Copy the install.wim and catalouge file

  1. Copy the install.wim and associated catalogue file (e.g. install_Windows 7 ENTERPRISE.clg) to a temporary working location.
  2. For example, C:TEMP

STEP 2: Download and install WAIK

  1. Download and install the Windows Automated Installation Kit (WAIK): http://www.microsoft.com/download/en/details.aspx?id=5753

STEP 3: Extract drivers to their INF files

Winmdi Windows 7 Bootable

Windows
  1. Download the drivers from the manufacturer. In this example we’ll be including the Intel graphic drivers for the Dell OptiPlex 990 desktop.
  2. Using your preferred package extract program, extract the file so you are left with the core drivers (INF files etc).
  3. Place all the driver files into a temporary folder, e.g. C:Drivers

STEP 4: Create a Windows SIM Answer file

The Windows System Image Manager (Windows SIM) application is used to create an answer file. The answer file contains the paths to the device drivers that you intend to install.

  1. Open the Windows System Image Manager (Windows SIM) application
  2. Select the ‘File’ then ‘New’ menu
  3. When prompted, select ‘Yes’
  4. Open the catalogue file (install_Windows 7 ENTERPRISE.clg
  5. Under ‘Windows Image’ expand ‘Components’
  6. Right click on ‘Microsoft-WindowsPnpCustomizationsNonWinPE’ and select ‘Add setting to Pass 2 offlineServicing’
  7. Under ‘Answer File’ expand ‘Microsoft-Windows-PnpCustomizationsNonWinPE’
  8. Right click on ‘DriverPaths’ and select ‘Insert New PathAndCredentials’
  9. Under ‘Key’ enter ‘1’
  10. Under ‘Path’ enter the path to your driver files (e.g. C:Drivers)
  11. Save the file to your temporary working location (e.g. C:TEMP)
  12. Close the Windows System Image Manager application.

STEP 5: Enable detailed logging (OPTIONAL)

  1. To enable logging of specific device driver injections by creating the following registry key on your computer: (This log file will log all actions of the driver injection process)

STEP 6: Mount the image and import the drivers

  1. Create a folder for mounting the image, e.g. C:TEMPwim_mount
  2. Open the ‘Deployment Tools Command Prompt’ application ‘as Administrator’
  3. Mount the Windows image by running the following command: (you may need to modify depending on the folder paths you have used)
  4. Apply the driver answer file to the mounted Windows 7 image by running for following command: (you may need to modify depending on the folder paths you have used)
  5. The driver .inf files referenced in the path in the answer file will be added to the Windows 7 image.
  6. A log file is created at C:TEMPLogfile.txt
  7. Unmount the .wim file and commit the changes by running the following command: (you may need to modify depending on the folder paths you have used)

Winmdi Windows 7 32-bit

The Windows 7 image is ready to be deployed, complete with additional drivers. You will be able to use the file on your Windows 7 USB install media or DVD media etc.

Winmdi Windows 7 Screenshot

For more information about using Package Manager, see Package Manager Command-Line Options.