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 settings related to app updates. (s3:UpdateSettings)
Element Hierarchy
<s3:UpdateSettings>
Syntax
<s3:UpdateSettings>
<!-- Child elements -->
OnLaunch
AutomaticBackgroundTask
ForceUpdateFromAnyVersion
</s3:UpdateSettings>
Child Elements
| Element | Description |
|---|---|
| s3:OnLaunch | Specifies whether the deployment service will check for an update to the App Installer file on the app launch. |
| s3:AutomaticBackgroundTask | An optional element of the App Installer file, the presence of which indicates that the system should check for updates in the background. |
| s3:ForceUpdateFromAnyVersion | An optional element of the App Installer file that specifies if an app can be updated from any version. |
Parent Elements
| Parent Elements | Description |
|---|---|
| s3:AppInstaller | Defines the root element of an AppInstaller file. |
Remarks
The RelatedPackages element defines the app packages that are specified in the main app pacakge but will not be installed along with the main app. There can be more than one child element defined inside the RelatedPackages element. If the app is packaged as .appx then use the Package, and if the app is packaged as .appxbundle then use the Bundle element.
Examples
The following example is taken from a sample appinstaller file. The Uri location doesn't exist.
<s3:RelatedPackages>
<s3:Bundle
Name="Fabrikam.RelatedApp1"
Publisher="CN=Contoso"
Version="2.23.12.43"
Uri="http://mywebservice.azurewebsites.net/RelatedApp1.appxbundle" />
<s3:Package
Name="Fabrikam.RelatedApp2"
Publisher="CN=Fabrikam"
Version="10.34.54.23"
ProcessorArchitecture="x64"
Uri="http://mywebservice.azurewebsites.net/RelatedApp2.appx" />
</s3:RelatedPackages>
Requirements
| Requirement | Value |
|---|---|
xmlns:s3=http://schemas.microsoft.com/appx/appinstaller/2018 |
This namespace is required for features introduced in Windows 10, version 1809. |
| Minimum OS version | Windows 10 version 1809 |