AdditionalUnattendContent interface
指定其他 XML 格式資訊,這些資訊可以包含在 Windows 安裝程式所使用的Unattend.xml檔案中。 內容是藉由設定名稱、元件名稱和套用內容的傳遞來定義。
屬性
component |
元件名稱。 目前唯一允許的值是 Microsoft-Windows-Shell-Setup。 |
content | 針對指定的路徑和元件,指定新增至unattend.xml檔案的 XML 格式內容。 XML 必須小於 4KB,而且必須包含要插入之設定或功能的根項目。 |
pass |
傳遞名稱。 目前唯一允許的值是 OobeSystem。 |
setting |
指定要套用內容之設定的名稱。 可能的值為:FirstLogonCommands 和 AutoLogon。 |
屬性詳細資料
componentName
元件名稱。 目前唯一允許的值是 Microsoft-Windows-Shell-Setup。
componentName?: "Microsoft-Windows-Shell-Setup"
屬性值
"Microsoft-Windows-Shell-Setup"
content
針對指定的路徑和元件,指定新增至unattend.xml檔案的 XML 格式內容。 XML 必須小於 4KB,而且必須包含要插入之設定或功能的根項目。
content?: string
屬性值
string
passName
傳遞名稱。 目前唯一允許的值是 OobeSystem。
passName?: "OobeSystem"
屬性值
"OobeSystem"