User's Manual

38 Preparing the Script Files for Deployment Using Microsoft
®
Windows
®
PE
UPINIT.BAT
— Creates and populates the Dell utility partition.
NOTE: Do not make any modifications to the UPINIT.BAT script.
TKENVSET.BAT
— Used by
UPINIT.BAT
to inform the task scripts where to find the
DTK utilities, scripts, and configuration files.
DISKPART.EXE
— Provided by Windows, it is used to create partitions on your disk.
UNZIP.EXE
— Used by
UPINIT.BAT
to unzip the contents of
UPIMG
.
BIN
.
FORMAT.EXE
— Provided by Windows to format the partition.
UPIMG
.
BIN
— Contains the zipped contents of the Dell utility partition.
SYSDRMK.EXE
— Used by
UPINIT.BAT
to patch the boot sector and Master Boot
Record (MBR).
WININST.BAT
— Performs an unattended installation of a supported Windows operating
system.
TKENVSET.BAT
— Used by
WININST.BAT
to inform the task scripts where to find the
DTK utilities, scripts, and configuration files.
WINNT32.EXE
— Used by
WININST.BAT
to install the operating system in conjunction
with the
UNATTEND.TXT
answer file.
UNATTEND.TXT
— Used by
WININST.BAT
in conjunction with
WINNT32.EXE
to
install the operating system files.
The majority of the editing required for the DTK sample scripts involves the following script. As a result,
the majority of the scripting discussion focuses on:
TKENVSET.BAT
Other task scripts might require edits in certain situations. These optional edits are discussed in "Editing
DTK Task Scripts."
TKENVSET.BAT
The TKENVSET.BAT script sets the path of the DTK installation and variables for the system to be
deployed and configured. The variables and paths specified in this file must be specified before any of
the other supporting scripts can be used.
Specifying DTK Installation Paths
The TKENVSET.BAT sample script is provided with the following default values. These values must be
confirmed, in some cases, and modified, in other cases, before a deployment. Locate the
Deployment Toolkit Installation Paths heading to find the following lines:
set DT_DRIVE=X:
set DT_PATH=%DT_DRIVE%\Dell\Toolkit
set DT_TOOLS=%DT_PATH%\Tools