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 related packages. These packages won't be installed as part of the deployment operation. (s3:RelatedPackages)
Element Hierarchy
<s3:RelatedPackages>
Syntax
<s3:RelatedPackages>
<!-- Child elements -->
Package
Bundle
</s3:RelatedPackages>
Child Elements
| Element | Description |
|---|---|
| s3:Package | Specifies the information about a package, including name, publisher, version and uri. |
| s3:Bundle | Specifies the information about a bundle, including name, publisher, version and uri. |
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 |