uap13:AutoUpdate

Specifies automatic update configuration for the app.

Element hierarchy

<Package>

    <Properties>

         <uap13:AutoUpdate>

Syntax

<uap13:AutoUpdate>

  <!-- Child Elements -->
  AppInstaller

</uap13:AutoUpdate>

Attributes and elements

Attributes

None.

Child elements

Child element Description
AppInstaller Specifies an .appinstaller file, which provides an update path that a Windows app can traverse searching for updates and repairs.

Parent elements

Parent element Description
Properties Defines additional metadata about the package including attributes that describe how the package appears to users.

Remarks

An App Installer file, declared in the manifest with the uap13:AppInstaller element, specifies where your app is located and how to update it. Declaring an App Installer file in the package manifest enables auto-update scenarios that allow the app to be updated without user intervention. For more information on auto-update, see Auto-update and repair apps. For more information on App Installer files, see App Installer file overview.

Requirements

Item Value
UAP13 http://schemas.microsoft.com/appx/manifest/uap/windows/10/13
Minimum OS Version Windows 11 version 21H2 (Build 22000)