User's Manual
76 Running Deployment Scripts Using DTK and Microsoft Windows PE
Integration of DTK Directory Structure in Windows PE Build
DTK provides a script, VPE_driverinst.bat, to pre-install the Dell drivers into
a base Windows PE 2.0 image (winpe.wim). To execute this script in 32-bit or
64-bit supported systems:
1
At the command prompt, change the directory to the location of
VPE_driverinst.bat
.
Example for 64-bit supported systems:
cd C:\Dell\x64\Drivers\winpe2.x
Example for 32-bit supported systems:
cd C:\Dell\x32\Drivers\winpe2.x
2
Execute
VPE_driverinst.bat
with two required arguments:
<
WINPEPATH
>
and
<
DTKPATH
>
. For example:
VPE_driverinst.bat <WINPEPATH> <DTKPATH>
Where
<
WINPEPATH
>
is the destination path to create the directory
structure for Win PE 2.0 and
<
DTKPATH
>
is the path to Dell drivers in
the extracted DTK toolkit. For example:
VPE_driverinst.bat C:\vistaPE_x86
C:\DELL\x32\DRIVERS
This pre-installs the Dell drivers into
winpe.wim
.
NOTE: The destination folder C:\vistaPE_x86 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.
3
Replace the customized
winpe.wim
image to the folder
VistaPE_x86\ISO\sources
. For example:
Copy c:\vistaPE_x86\winpe.wim
c:\vistaPE_X86\ISO\sources\boot.wim