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.
Declares publisher information for the app.
Element hierarchy
<\uap13:HostRuntimeDependency>
Syntax
<uap13:HostRuntimeDependency
Name = 'An alphanumeric string with a value between 1 and 32767 characters that can contain periods and dashes only.'
Publisher = 'A string between 1 and 8192 characters in length that fits the regular expression of a distinguished name.'
MinVersion = 'A version string in quad notation ("Major.Minor.Build.Revision") where "Major" cannot be "0". />
Attributes and elements
Attributes
Attribute | Description | Data type | Required | Default value |
---|---|---|---|---|
Name | The name of the application. | An alphanumeric string with a value between 1 and 32767 characters that can contain periods and dashes only. | Yes | |
Publisher | The publisher of the application | A string between 1 and 8192 characters in length that fits the regular expression of a distinguished name. | Yes | |
MinVersion | The minimum Windows version required to install the application. | A version string in quad notation (Major.Minor.Build.Revision ) where Major cannot be 0 . |
Yes |
Child elements
None.
Parent elements
Parent element | Description |
---|---|
Extension (in Package/Applications) | Declares an extensibility point for the app. |
Requirements
Item | Value |
---|---|
UAP12 | http://schemas.microsoft.com/appx/manifest/uap/windows/10/13 |
Minimum OS Version | Windows 11 version 21H2 (Build 22000) |