Skip to content

Commit

Permalink
Add uap10 in the instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangao-ms committed Oct 4, 2023
1 parent 8e86f85 commit f3ea0cb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/packaging/msix-packaging-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,14 @@ on the size of the package.
**Note**: Isolated win32 applications are not compatible with other application types within the same package.

* Add `xmlns:previewsecurity2="http://schemas.microsoft.com/appx/manifest/preview/windows10/security/2"`
to the `<Package>` element
to the `<Package>` element if it's not there already

* Add `previewsecurity2` to `IgnorableNamespaces` at the end of the `<Package>` element
* Add `previewsecurity2` to `IgnorableNamespaces` at the end of the `<Package>` element

* Add `xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"` to the `<Package>` element
if it's not there already.

* Add `uap10` to `IgnorableNamespaces` at the end of the `<Package>` element

* In `<Dependencies>` change `TargetDeviceFamily` to
`<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.25357.0" MaxVersionTested="10.0.25357.0" />`
Expand Down

0 comments on commit f3ea0cb

Please sign in to comment.