User's Manual
78 Running Deployment Scripts Using DTK and Microsoft Windows PE
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). To execute
this script on a 32-bit or 64-bit supported systems:
1
At the command prompt, 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 two 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 pre-installs the Dell drivers into
winpe.wim
.
NOTE: The destination folder C:\winpe_30 is created as part of the process, and
should not be an existing directory. The destination path and the path to Dell drivers
should not contain any blank space.