How To Install From Cab Files
How To Install From Cab Files
How To Install From Cab Files
Driver installation from CAB file(s) in Windows (Vista, 7, 8) and Windows Server
(2008/2012)
Expand.exe
Pnputil.exe
The command below will do all this in one line; copy / paste the command into the
command prompt windows:
reads recursively all sub directories beginning with the folder the current Windows
Command prompt points to. If the directory contains a .INF file, the folder name will be
stored in the session variable %a, and executes the second part of the command
pnputil –i -a "%a\..\*.inf":
-a – adds all drivers into the Windows driver store, but does not install the driver.
(The "-a" switch by itself only adds the driver but will not be installed until triggered, e.g.
manual driver update from Windows Device Manager. )
1. Download the driver cab file for the correct system model / operating system from
Dell Enterprise Wiki: http://dell.to/zca7V6 .
2. Create a target directory for the expanded files. (In this case C:\TargetFolder)
3. Expand the CAB file to a target directory from an elevated command prompt with
administrative rights:
5. Once we extracted all driver files, navigate to the target directory where the
extracted files are located.
7. To add all drivers from the underlying folders, we will borrow the functionality from
Windows’s command interpreter to
o create a list of all subdirectories that contain a .INF file (driver information
file)
o run pnputil.exe against each of .inf files from the step before
8. Restart the system after all drivers been added to the Windows driver store.
Note: When video driver being installed with pnputil, the video resolution may change and
requires restarting the system before maximum screen resolution can be achieved.
With the introduction of Windows Vista, Windows will not prompt the "Found New
Hardware" Wizard any longer and the installation occurs silently. The end user will only see
Windows UA prompts for unsigned driver. Total runtime ~ 10 – 15 minutes depending on
number of driver in the CAB file.
Supporting Articles:
PnPUtil: http://technet.microsoft.com/en-us/library/ff800798.aspx
Expand: http://technet.microsoft.com/en-us/library/hh875569.aspx