-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMsixPackagingToolTemplate.xml
More file actions
28 lines (24 loc) · 1.03 KB
/
MsixPackagingToolTemplate.xml
File metadata and controls
28 lines (24 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<MsixPackagingToolTemplate
xmlns="http://schemas.microsoft.com/appx/msixpackagingtool/template/2018"
xmlns:mptv2="http://schemas.microsoft.com/msix/msixpackagingtool/template/1904"
xmlns:v3="http://schemas.microsoft.com/msix/msixpackagingtool/template/1907"
xmlns:v4="http://schemas.microsoft.com/msix/msixpackagingtool/template/1910"
xmlns:v5="http://schemas.microsoft.com/msix/msixpackagingtool/template/2001">
<Settings
AllowTelemetry="true"
ApplyAllPrepareComputerFixes="true"
GenerateCommandLineFile="false"
AllowPromptForPassword="false"
EnforceMicrosoftStoreVersioningRequirements="false"
v5:AddPackageIntegrity="true"
/>
<Installer Path="[Installer]"/>
<SaveLocation PackagePath="[SaveLocation]" />
<PackageInformation
PackageName="[PackageName]"
PackageDisplayName="[PackageDisplayName]"
PublisherName="[PublisherName]"
PublisherDisplayName="[PublisherDisplayName]"
Version="1.0.0.0">
</PackageInformation>
</MsixPackagingToolTemplate>