User's Manual
Creating And Customizing Images For Windows PE 4.0
If you are using Windows PE 4.0, download Windows Assessment and Deployment Kit (ADK) from microsoft.com. By
default, Windows ADK is copied to the C:\Program Files\Windows Kits directory.
Integrating DTK Directory Structure
DTK provides WINPE3.0_driverinst.bat (for Windows PE 3.0) and WINPE4.0_driverinst.bat (for Windows PE 4.0) , to pre-
install the Dell drivers into a base Windows PE 3.0 or Windows PE 4.0 image (winpe.wim). To execute this script in 32-bit
or 64-bit systems:
NOTE: Make sure you have administrator privileges before running the scripts.
1. At the command prompt, change the directory to the location of the script (WINPE3.0_driverinst.bat for Windows
PE 3.0 and WINPE4.0_driverinst.bat for Windows PE 4.0).
Example for 64-bit supported systems:
– cd C:\Dell\x64\Drivers\winpe3.x
– cd C:\Dell\x64\Drivers\winpe4.x
Example for 32-bit supported systems:
– cd C:\Dell\x32\Drivers\winpe3.x
– cd C:\Dell\x32\Drivers\winpe4.x
2. Execute the script.
On Windows PE 3.0:
WINPE3.0_driverinst.bat <WIMPATH> <DTKPATH>
On Windows PE 4.0:
WINPE4.0_driverinst.bat <WIMPATH> <DTKPATH>
where <
WIMPATH
> is the destination path to create the directory structure for Windows PE 3.0 and Windows PE
4.0 respectively and <
DTKPATH
> is the path for the Dell drivers in the extracted DTK toolkit. For example:
On Windows PE 3.0:
WINPE3.0_driverinst.bat C:\winpe_30
C:\DELL\x64\DRIVERS
On Windows PE 4.0:
WINPE4.0_driverinst.bat C:\winpe_40
C:\DELL\x64\DRIVERS
This pre-installs the Dell drivers into winpe.wim. The successful execution of the above commands creates a
bootable ISO image for Windows PE 4.0 at <
WIMPATH
>. For creating a bootable media for Windows PE 3.0, see
Creating A Bootable Media For WIN PE 3.0.
NOTE: The destination folder (C:\winpe_30 for Windows PE 3.0 and C:\winpe_40 for Windows PE 4.0) is
created as part of the process, and must not be an existing directory. The destination path and the path to the
Dell drivers must not contain any blank space.
Creating A Bootable Media For Windows PE 3.0
To create a bootable media:
56