值Value
Value
用於設定:索引鍵選擇從 Windows 映像檔案 (.wim) 安裝哪一個 Windows 映像。Value
is used with the setting: Key to choose which Windows image to install from a Windows image file (.wim). Windows 映像檔可能包含多個 Windows 映像。Windows image files may contain multiple Windows images. Value
可能識別 Windows 映像的索引編號,其名稱,或其描述。The Value
may identify a Windows image by its index number, its name, or its description.
值Values
值Value |
指定設定的值:索引鍵。Specifies a value for the setting: Key. 值是一個字串。Value is a string. |
此字串類型不支援空元素。This string type does not support empty elements. 請勿為此設定建立空值。Do not create an empty value for this setting.
有效的設定階段Valid Configuration Passes
windowsPEwindowsPE
父階層Parent Hierarchy
microsoft-windows-setup- | ImageInstall | OSImage | InstallFrom | MetaData | Valuemicrosoft-windows-setup- | ImageInstall | OSImage | InstallFrom | MetaData | Value
套用至Applies To
如需 Windows 版本和架構,此元件支援的清單,請參閱microsoft-windows-安裝程式-。For the list of Windows editions and architectures that this component supports, see microsoft-windows-setup-.
XML 範例XML Examples
下列的 XML 輸出會顯示如何設定MetaData
設定可安裝特定的 Windows 映像,從 Windows 映像 (.wim) 檔案使用的映像索引值。The following XML output shows how to configure the MetaData
setting to install a specific Windows image from a Windows image (.wim) file using the image index value.
<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>2</Value>
</MetaData>
下列的 XML 輸出會顯示如何設定MetaData
設定可安裝特定的 Windows 映像從自訂的 Windows 映像 (.wim) 檔案,使用映像名稱。The following XML output shows how to configure the MetaData
setting to install a specific Windows image from a custom Windows image (.wim) file using the image name.
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Model FNB1</Value>
</MetaData>
下列的 XML 輸出會顯示如何設定MetaData
設定可從自訂的 Windows 映像 (.wim) 檔案,使用映像描述安裝特定的 Windows 映像。The following XML output shows how to configure the MetaData
setting to install a specific Windows image from a custom Windows image (.wim) file using the image description.
<MetaData wcm:action="add">
<Key>/IMAGE/DESCRIPTION</Key>
<Value>Model FNB1</Value>
</MetaData>