Value specifies the value for the Key setting. For information about using this setting, see MetaData.

Values

Windows_image_description

Specifies the value of the Key setting. Windows_image_description is a string.

Valid Configuration Passes

windowsPE

Parent Hierarchy

Applies To

For the 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.

  Copy Code
			<MetaData wcm:action="add">
				<Key>/IMAGE/INDEX</Key>
				<Value>2</Value>
			</MetaData>

The following XML output shows how to configure the MetaData setting to install a specific data image by using the image name.

  Copy Code
			<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.

  Copy Code
			<MetaData wcm:action="add">
				<Key>/IMAGE/DESCRIPTION</Key>
				<Value>FabriKam Model FNB3 Drivers</Value>
			</MetaData>

See Also

Concepts

MetaData
Key