Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Description
Specifies the information about the bundle package. (s4:Bundle)
Element Hierarchy
<s4:Bundle>
<s4:Bundle>
<s4:Bundle>
Syntax
<s4:Bundle Name = A string with a value between 3 and 50 characters in length that consists of alpha-numeric, period, and dash characters.
Publisher = A string with a value between 1 and 8192 characters in length that fits the regular expression of a distinguished name.
Version = A version string in quad notation, "Major.Minor.Build.Revision" where Major cannot be "0".
Uri = Web URI as a string between 1 and 2084 characters in length.
></s4:Bundle>
Attributes
| Attribute | Description | Data type | Required |
|---|---|---|---|
| Name | The bundle name, as specified in the identity element in the bundle manifest. The Name attribute is case-insensitive. | A string with a value between 3 and 50 characters in length that consists of alpha-numeric, period, and dash characters. | Yes |
| Publisher | The publisher, as specified in the identity element in the bundle manifest. | A string with a value between 1 and 8192 characters in length that fits the regular expression of a distinguished name. | Yes |
| Version | The version, as specified in the identity element in the bundle manifest. | A version string in quad notation, "Major.Minor.Build.Revision" where Major cannot be "0". | Yes |
| Uri | Uri to the app package location. | Web URI as a string between 1 and 2084 characters in length. | Yes |
Parent Elements
| Parent Elements | Description |
|---|---|
| s4:OptionalPackages | Specifies the optional packages that will be installed along with the main package. |
| s4:RelatedPackages | Specifies the related packages. These packages won't be installed as part of the deployment operation. |
| s4:Dependencies | These are dependencies that will be installed if required. |
Requirements
| Requirement | Value |
|---|---|
xmlns:s4=http://schemas.microsoft.com/appx/appinstaller/2021 |
This namespace is required for features introduced in Windows version 21H2 build 22000 |
| Minimum OS version | Windows version 21H2 build 22000 |