User's Manual
80 Running Deployment Scripts Using DTK and Microsoft Windows PE
Creating and Customizing Images for
Windows PE 3.0
If you are using Windows PE 3.0, download
Windows AIK from the Microsoft
website at
www.microsoft.com
. By default, Windows AIK is copied to the
C:\Program Files\Windows AIK
directory.
NOTE: DTK integrated with Win PE 3.0 does not support PERC 4 controllers.
Integration of DTK Directory Structure in Windows PE 3.0 Build
DTK provides a script, WINPE3.0_driverinst.bat, to pre-install the Dell
drivers into a base Windows PE 3.0 image (winpe.wim). Use the following
steps to execute this script in 32-bit or 64-bit supported systems:
1
Open a command prompt on your system and change the directory to the
location of
WINPE3.0_driverinst.bat
.
Example for 64-bit supported systems:
cd C:\Dell\x64\Drivers\winpe3.x
Example for 32-bit supported systems:
cd C:\Dell\x32\Drivers\winpe3.x
2
Execute
WINPE3.0_driverinst.bat
with three required arguments:
<WIMPATH>
and
<DTKPATH>
. For example:
WINVPE3.0_driverinst.bat <WIMPATH> <DTKPATH>
<DTKPATH>
is the path to Dell drivers in the extracted DTK toolkit.
<WIMPATH>
is the destination path to create the directory structure for
Windows PE 3.0. For example:
WINPE3.0_driverinst.bat C:\winpe_30
C:\DELL\x64\DRIVERS
This will pre-install the Dell drivers into
winpe.wim
.
NOTE: The destination folder C:\winpe_30 is created as part of the process, and
should not already exist. The destination path and the path to Dell drivers should not
contain any blank space.