User's Manual

72 Running Deployment Scripts Using DTK and Microsoft Windows PE
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.0and
<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 will pre-install 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
Creating a Bootable CD
To create bootable media:
1
Click
Start
, navigate to
All Programs

Microsoft Windows AIK
.
2
Click
Windows PE Tools Command Prompt
to open a command prompt
window.
3
Run the following command:
oscdimg -n -bc:\vistaPE_x86\etfsboot.com
c:\vistaPE_x86\ISO c:\vistaPE_x86\WinPE2.0.iso
This command creates a CD bootable ISO image called
WinPE2.0.iso
.