Deploy a Custom Image
Applies To: Windows 8, Windows 8.1, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2
In this topic you create a reference installation, capture an image of the installation, and rerun Windows® Setup with an answer file that points to your custom image. Deploying a custom image using Windows Setup provides several benefits over applying an image using an image capture tool.
Setup supports the following:
Applying another answer file for additional customizations during deployment.
Reconfiguring disk configuration.
Adding additional drivers.
Replacing a product key.
Selecting a different language to install.
Selecting from a list of images to install, if your image file contains more than one image.
Installing to a different drive location.
Upgrading an existing Windows installation.
Configuring the computer to dual-boot operating systems.
Ensuring that the hardware can support Windows® 8.
There are some limitations to installing a custom image using Windows Setup. For more information, see Windows Setup Scenarios and Best Practices.
In this topic:
Step 1: Copy the Windows product DVD source files to a network share
Step 2: Create a master installation
Step 3: Capture an image of the installation
Step 4: Create a custom answer file
Step 5: Deploy the image by using Windows Setup
Prerequisites
To complete this walkthrough, you need the following:
A technician computer. A technician computer is any computer that has the Windows Assessment and Deployment Kit (Windows ADK) tools installed..
A Windows 8 product DVD.
A master computer on which you will install and capture your custom image.
Bootable Windows PE media. There are several types of Windows PE media that you can create. For more information about these options, see WinPE for Windows 8: Windows PE 5.0.
Access to a network share to store your custom image and Windows Setup source files.
Step 1: Copy the Windows product DVD source files to a network share
On your technician computer, copy the entire content of the Windows product DVD to a network share. For example:
net use N: \\server\share\
xcopy D: N:\WindowsDVD\ /s
where D: is the DVD-ROM drive on your local computer.
Step 2: Create a master installation
Create a master installation by using one of the following methods:
After the installation is complete, shut down the computer.
Step 3: Capture an image of the installation
In this step, you will capture an image of the reference installation by using the Deployment Image Servicing and Management (DISM) tool and then store the custom image on a network share.
Boot the reference computer by using your bootable Windows PE media.
At a command prompt, capture an image of the installation. You specify a name and description as part of your image capture. All values are required by Windows Setup. If a .wim file does not include these values, then the image will not install correctly. For example:
Dism /Capture-Image /ImageFile:C:\myimage.wim /CaptureDir:c:\ /Compress:fast /CheckIntegrity /ImageName:"x86_Ultimate" /ImageDescription:"x86 Ultimate Compressed"
Replace the default Install.wim on the network share with your custom image. The image must be called Install.wim. For example:
net use N: \\server\share\ copy C:\myimage.wim N:\WindowsDVD\sources\install.wim
If necessary, provide network credentials for appropriate network access.
For more information, see DISM Image Management Command-Line Options.
Step 4: Create a custom answer file
In this step, you will create an answer file that points to your custom image. This step assumes that you have already built an answer file and have a working catalog.
On your technician computer, open Windows System Image Manager.
On the File menu, click New Answer File.
In the Windows Image pane of Windows SIM, expand the Components node to display available settings.
Add the following components to your answer file by right-clicking the component and then selecting the appropriate configuration pass.
Component | Configuration Pass |
---|---|
Microsoft-Windows-Setup\DiskConfiguration\Disk\CreatePartitions\ CreatePartition |
windowsPE |
Microsoft-Windows-Setup\DiskConfiguration\Disk\ModifyPartitions\ ModifyPartition |
windowsPE |
Microsoft-Windows-Setup\ImageInstall\OSImage\InstallTo |
windowsPE |
Note
Expand the component list until you see the lowest setting listed in the previous table, and then add that setting to your answer file. This shortcut will add the setting and all parent settings to your answer file in one step.
- All of the settings that you added must appear in the Answer File pane. Select and configure each setting as specified in the following table.
Component | Value |
---|---|
Microsoft-Windows-Setup\DiskConfiguration |
|
Microsoft-Windows-Setup\DiskConfiguration\Disk |
|
Microsoft-Windows-Setup\DiskConfiguration\Disk\CreatePartitions\CreatePartition |
|
Microsoft-Windows-Setup\DiskConfiguration\Disk\CreatePartitions\CreatePartition |
|
Microsoft-Windows-Setup\DiskConfiguration\Disk\ModifyPartitions\ModifyPartition |
|
Microsoft-Windows-Setup\DiskConfiguration\Disk\ModifyPartitions\ModifyPartition |
|
Microsoft-Windows-Setup\ImageInstall\OSImage\ |
|
Microsoft-Windows-Setup\ImageInstall\OSImage\InstallTo |
|
In a command prompt window copy the answer file to a network location. For example:
net use N: \\server\share\ md N:\AnswerFiles copy C:\deploy_unattend.xml N:\AnswerFiles\
If necessary, provide network credentials for appropriate network access.
Step 5: Deploy the image by using Windows Setup
In this step, you will deploy your custom image from a network share onto a destination computer.
Boot the destination computer by using your bootable Windows PE media.
Connect to the network share that you specified in Step 4: Create a custom answer file, and then run Setup with your answer file. For example:
net use N: \\server\share N:\WindowsDVD\setup /unattend:N:\AnswerFiles\deploy_unattend.xml
If necessary, provide network credentials for appropriate network access.
Next Steps
You can further customize your answer file to include additional options. You can also build a DVD deployment media that contains the same content that you put on the network share. A single deployment DVD provides a portable installation solution that requires no network or any additional resources. The process includes building a configuration set and recapturing all source files into a single DVD.
Important
The DVD media that you create is for internal deployment use only. You cannot redistribute this media.
See Also
Tasks
Boot from a DVD
Use a Configuration Set with Windows Setup
Boot Windows to Audit Mode or OOBE
Add Device Drivers to Windows During Windows Setup
Add a Custom Script to Windows Setup