Indicator of whether an image of the target computer is to be captured. If it is, Sysprep is run on the target computer to prepare for image creation. After Sysprep has run, a new WIM image is created and stored in the folder within the shared folder designated for target computer backups (BackupDir and BackupShare, respectively).
Caution This property value must be specified in uppercase so that the deployment scripts can read it properly.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
˜ |
|
|
|
MDT DB |
˜ |
|
ZTI |
˜ |
Value |
Description |
YES |
Copy the necessary files to run Sysprep on the target computer (for Windows XP and Windows Server 2003), run Sysprep on the target computer, and capture a WIM image. |
NO |
Do not run Sysprep on the target computer, and do not capture a WIM image. |
PREPARE |
Copy the necessary files to run Sysprep on the target computer (for Windows XP and Windows Server 2003), but do not run Sysprep or other image-capture processes. |
SYSPREP |
Copy the necessary files to run Sysprep on the target computer (for Windows XP and Windows Server 2003), run Sysprep on the target computer, but do not capture a WIM image. Note The primary purpose of this value is to allow the creation of a VHD that contains an operating system after Sysprep has been run and no image capture is necessary. |
Example |
[Settings] Priority=Default
[Default] DoCapture=YES DeployRoot=\\NYC-AM-FIL-01\Distribution$ ResourceRoot=\\NYC-AM-FIL-01\Resource$ UDShare=\\NYC-AM-FIL-01\MigData$ UDDir=%OSDComputerName% |
Related Topics