Skip to content

Commit 3a63f6f

Browse files
authored
Created app installer template (#8213)
1 parent f790cb3 commit 3a63f6f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/Files.Package/Files.Package.wapproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@
476476
<Content Include="Assets\AppTilesDev\Wide310x150Logo.scale-150.png" />
477477
<Content Include="Assets\AppTilesDev\Wide310x150Logo.scale-200.png" />
478478
<Content Include="Assets\AppTilesDev\Wide310x150Logo.scale-400.png" />
479+
<Content Include="Package.appinstaller" />
479480
</ItemGroup>
480481
<ItemGroup>
481482
<None Include="nupkgs\microsoft.management.infrastructure.runtime.win.2.0.1.nupkg" />
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<AppInstaller Uri="{AppInstallerUri}"
3+
Version="{Version}"
4+
xmlns="http://schemas.microsoft.com/appx/appinstaller/2018">
5+
6+
<MainBundle Name="{Name}"
7+
Version="{Version}"
8+
Publisher="{Publisher}"
9+
Uri="{MainPackageUri}"/>
10+
11+
<UpdateSettings>
12+
<OnLaunch HoursBetweenUpdateChecks="0"/>
13+
<AutomaticBackgroundTask/>
14+
</UpdateSettings>
15+
16+
</AppInstaller>

0 commit comments

Comments
 (0)