Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |
Valid Configuration Passes
windowsPE
Parent Hierarchy
microsoft-windows-setup- | ImageInstall | DataImage | InstallFrom | MetaData | Value
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.
<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.
<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>