uap13:AppInstaller
指定应用安装程序文件,该文件提供 Windows 应用可以遍历搜索更新和修复的更新路径。
元素层次结构
<uap13:AppInstaller>
语法
<uap13:AppInstaller
file = 'An alphanumeric string with a value between 1 and 255 characters that ends with the extension ".appinstaller". The string cannot contain the following characters: <, >, :, ", |, ?, or *.' />
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
File | 应用安装程序文件的包相对路径。 | 值介于 1 到 255 个字符之间的字母数字字符串,以扩展名 .appinstaller 结尾。 字符串不能包含以下字符:< 、、> 、: " 、| 、 ? 或 * 。 |
是 |
子元素
无。
父元素
父元素 | 描述 |
---|---|
uap13:AutoUpdate | 指定应用的自动更新配置。 |
注解
应用安装程序文件指定应用所在的位置以及如何更新它。 在包清单中声明应用安装程序文件可启用自动更新方案,允许无需用户干预即可更新应用。 有关自动更新的详细信息,请参阅 自动更新和修复应用。 有关应用安装程序文件的详细信息,请参阅 应用安装程序文件概述。
要求
项 | 值 |
---|---|
UAP13 | http://schemas.microsoft.com/appx/manifest/uap/windows/10/13 |
Minimum OS Version | Windows 11 版本 21H2 (内部版本 22000) |