AdditionalUnattendContent interface
指定 Windows 安裝程式所使用的 Unattend.xml 檔案中可包含的其他 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"
settingName
指定套用內容之設定的名稱。 可能的值為:FirstLogonCommands 和 AutoLogon。
settingName?: string
屬性值
string