共用方式為


MainPackage (應用程式安裝程式架構)

MainPackage 元素會指定套件的相關信息,包括名稱、發行者、版本和 URI。 ProcessorArchitecture 和 ResourceId 是 MainPackage 的選擇性屬性。

元素階層

<AppInstaller>
**MainPackage**

Syntax

<MainPackage 
    Name        = A string between 3 and 50 characters in length that consists of alpha-numeric, period, and dash characters.
    Publisher   = A string between 1 and 8192 characters in length that fits the regular expression of a distinguished name: "(CN|L|O|OU|E|C|S|STREET|T|G|I|SN|DC|SERIALNUMBER|(OID\.(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*))+))=(([^,+="<>#;])+|".*")(, ((CN|L|O|OU|E|C|S|STREET|T|G|I|SN|DC|SERIALNUMBER|(OID\.(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*))+))=(([^,+="<>#;])+|".*")))*". Further, semantic validation ensures that the string is compliant with CertNameToStr Windows API implementation of X.500 rules.
    Version     = A version string in quad notation, "Major.Minor.Build.Revision".
    ProcessorArchitecture  = "x86" | "x64" | "arm" | "neutral"
    Uri         = Uri to the app package location 
    ResourceId? = An ASCII string between 1 and 30 characters in length. />

屬性和項目

屬性

屬性 描述 資料類型 必要
名稱 套件組合指令清單中身分識別專案中指定的名稱。 Name 屬性不區分大小寫。 長度介於 3 到 50 個字元的字串,其中包含英數位、句號和虛線字元。 Yes
Publisher 發行者,如套件組合指令清單中的身分識別專案所指定。 長度介於 1 到 8192 個字元之間的字串,符合辨別名稱的正則表示式。 此外,語意驗證可確保字串符合 X.500 規則的 CertNameToStr Windows API 實作。 Yes
版本 套件組合指令清單中身分識別元素中指定的版本。 四次表示法中的版本字串,“Major.Minor.Build.Revision”。 Yes
ProcessorArchitecture 描述封裝中包含的程式代碼架構。 包含可執行程式碼的套件必須包含這個屬性。 “x86” 或 “x64”或 “arm” 或 “neutral” Yes
Uri 應用程式套件位置的 URI URI 作為長度介於 1 到 2084 個字元之間的字串。 Yes
ResourceId 描述封裝中包含的UI資源類型。 ResourceId 是發行者指定的字串。 此字串不能以句號結尾,而且不能是下列其中一個字符串:“CON”、“PRN”、“AUX” “NUL”、“COM1”、“COM2”、“COM3”、“COM4”、“COM5”、“COM6”、“COM7”、“COM8”、“COM9”、“LPT1”、“LPT2”、“LPT4”、“LPT5”、“LPT6”、“LPT7”、“LPT8”和 “LPT9”。 長度介於 1 到 30 個字元之間的 ASCII 字串。 No

父項目

父項目 Description
AppInstaller appinstaller 檔的根元素。

備註

元素中<AppInstaller>只能宣告其中一個 <MainPackage><MainBundle>

元素 <MainPackage> 應該只用於應用程式套件 (.appx) 。

注意

Name、Publisher、Version、ProcessorArchitecture 和 ResourceId 必須 符合應用程式套件 URI 中指定的 AppxManifest.xml 檔案中的值。

規格需求

需求 描述
xmlns=http://schemas.microsoft.com/appx/appinstaller/2017 Windows 10 1709 版中引進的功能需要此命名空間。
最低 OS 版本 Windows 10 (版本 1709)