Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Key
specifies whether the image index, name, or description is used to specify the metadata for an image in a Windows image (.wim) file. For information about using this setting, see MetaData.
Values
Values for Key |
Description |
---|---|
/IMAGE/INDEX |
Uses the index number to select the image to install. |
/IMAGE/NAME |
Uses the index name to select the image to install. |
/IMAGE/DESCRIPTION |
Uses the index description to select the image to install. |
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Configuration Passes
windowsPE
Parent Hierarchy
microsoft-windows-setup- | ImageInstall | DataImage | InstallFrom | MetaData | Key
Applies To
For a list of the Windows editions and architectures that this component supports, see microsoft-windows-setup-.
XML Examples
The following XML output shows how to configure the MetaData
setting to install a specific data image by using the image index value.
<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>1</Value>
</MetaData>
The following XML output shows how to configure the MetaData
setting to install a specific data image using the image name.
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>FNB2Drivers</Value>
</MetaData>
The following XML output shows how to configure the MetaData
setting to install a specific data image by using the image description.
<MetaData wcm:action="add">
<Key>/IMAGE/DESCRIPTION</Key>
<Value>FabriKam Model FNB3 Drivers</Value>
</MetaData>