Introduction to Deployment Tools

Applies To: Windows 7, Windows Server 2008 R2

Note

This content applies to Windows 7. For Windows 8 content, see Windows Deployment with the Windows ADK.

This section describes preinstallation concepts that you must understand before building any installation, including the Windows® deployment platform, core technologies, and deployment terminology.

Windows Preinstallation Tools

The Windows OEM Preinstallation Toolkit (OPK) and the Windows Automated Installation Kit (Windows AIK) include the tools that are used to configure and deploy Windows. The primary tools used in Windows deployment are described in the following diagram.

The most common answer file is Autounattend.xml, which enables you to customize most of the Windows installation in one single answer file. You begin the deployment process by creating an answer file with Windows System Image Manager (Windows SIM), and then applying the answer file to a Windows product image during Setup.

The Windows preinstallation process includes the core technologies that are described in the following table.

Tools and technologies Description

Windows SIM

The tool that enables you to create unattended installation answer files and distribution shares, or to modify the files contained in a configuration set. Use Windows SIM on the technician computer, and then transfer your unattended installation answer file to the master computer before creating your installation Windows image. For more information, see Windows System Image Manager Technical Reference.

Answer file

An XML file that scripts the answers for a series of graphical user interface (GUI) dialog boxes. The answer file for Windows Setup is commonly called Unattend.xml. You can create and modify this answer file by using Windows SIM or the Windows Component Platform Interface (CPI API). Oobe.xml is used to customize Windows Welcome.

Windows Preinstallation Environment (Windows PE)

A minimal operating system designed to prepare a computer for Windows installation. Windows PE is the primary image installation agent for the OPK and Windows AIK, and is used in the installation and deployment of Windows. For more information, see Windows PE Technical Reference.

ImageX

The Microsoft® command-line tool that enables OEMs and corporations to capture, modify, and apply file-based disk images for rapid deployment. ImageX copies Windows image (.wim) files to a network. It can also work with other technologies that use .wim files, such as Setup for Windows Deployment Services. For more information, see the ImageX Technical Reference.

Windows Deployment Services

A server-based deployment solution that enables an administrator to set up new client computers remotely, without having to visit each client. The destination client computers must support remote booting. For more information, see Deploy Windows Using Windows Deployment Services.

Windows Setup

The program that installs Windows or upgrades previous versions of Windows. Windows Setup supports interactive installations as well as unattended installations. For more information, see Windows Setup Technical Reference.

Sysprep

The tool that prepares a Windows image for disk imaging, system testing, or delivery to a customer. Sysprep can be used to remove any system-specific data from a Windows image, such as the security identifier (SID). After removing unique system information from an image, you can capture that Windows image and use it to deploy on multiple systems. In addition, Sysprep can configure the Windows image to boot to audit mode. Audit mode enables you to test the integrity of the system and install additional applications and device drivers. Sysprep is also used to configure Windows to boot to Windows Welcome the next time the system starts. For more information, see Sysprep Technical Reference.

Windows Recovery Environment (Windows RE)

A diagnostic and recovery solution built on Windows PE. Windows RE is also a platform for building a custom system-recovery solution.

Windows image

A single compressed file containing a collection of files and folders that duplicate a Windows installation on a disk volume.

Windows is built and distributed as a single image with the new Windows image (.wim) file format. The .wim file format can contain multiple images, enabling you to package several custom installations into one file.

Deployment Terminology

These terms are used throughout this guide.

Term Definition

Base image

A collection of files and folders (sometimes compressed into one file) captured from a master installation. This image contains the base operating system, as well as additional OEM or corporation configurations and files.

Build-to-order

To manufacture and customize a computer according to customer specifications.

Build-to-plan

To manufacture computers according to general specifications.

Configuration set

A file and folder structure that contains the necessary files that control the preinstallation process and define the manufacturers' custom information.

Destination computer

The computer on which you preinstall Windows that will be distributed to customers. You can either run Windows Setup on the destination computer or copy a master installation onto a destination computer.

Distribution share

A folder that contains the source files for Windows products that you install. It may also contain additional device drivers and application files. This folder can be created manually or by using Windows SIM.

End user

The person who ultimately receives the computer manufactured by the OEM.

Master computer

A fully assembled computer that contains a master installation.

Master installation

A customized Windows installation that an original equipment manufacturer (OEM) or corporation plans to duplicate onto one or more destination computers.

Original equipment manufacturer (OEM)

A company that typically purchases computer components from other manufacturers, uses the components to build a personal computer, installs Windows onto that computer, and then sells the computer to the public.

Unless explicitly stated otherwise, the general term in this guide that includes both named account OEMs and system builders.

Technician computer

The computer on which you install Windows SIM. Typically, the configuration sets and the distribution share are also located on this computer.

Unattend.xml

The generic name for the Windows Setup answer file. Unattend.xml replaces all of the answer files in earlier versions of Windows, including Unattend.txt and Winbom.ini.

.wim

A file name extension that identifies Windows image files created by ImageX.

Windows image

A single compressed file that contains a collection of files and folders that duplicate a Windows installation on a disk volume.

See Also

Concepts

Phase 1: Planning Your Deployment