From f3ea0cb1c868ef277cd7895101f650d2f8115925 Mon Sep 17 00:00:00 2001 From: Tian Gao Date: Wed, 4 Oct 2023 14:42:12 -0700 Subject: [PATCH 1/2] Add uap10 in the instruction --- docs/packaging/msix-packaging-tool.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/packaging/msix-packaging-tool.md b/docs/packaging/msix-packaging-tool.md index 35a6718..8486fd9 100644 --- a/docs/packaging/msix-packaging-tool.md +++ b/docs/packaging/msix-packaging-tool.md @@ -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 `` element + to the `` element if it's not there already - * Add `previewsecurity2` to `IgnorableNamespaces` at the end of the `` element + * Add `previewsecurity2` to `IgnorableNamespaces` at the end of the `` element + + * Add `xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"` to the `` element + if it's not there already. + + * Add `uap10` to `IgnorableNamespaces` at the end of the `` element * In `` change `TargetDeviceFamily` to `` From 5ca0fb98ef2d0b7dd0a14aa07b6ca17681a9479c Mon Sep 17 00:00:00 2001 From: Tian Gao Date: Wed, 4 Oct 2023 14:44:17 -0700 Subject: [PATCH 2/2] Add periods --- docs/packaging/msix-packaging-tool.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/packaging/msix-packaging-tool.md b/docs/packaging/msix-packaging-tool.md index 8486fd9..9f9bdb6 100644 --- a/docs/packaging/msix-packaging-tool.md +++ b/docs/packaging/msix-packaging-tool.md @@ -64,22 +64,22 @@ 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 `` element if it's not there already + to the `` element if it's not there already. - * Add `previewsecurity2` to `IgnorableNamespaces` at the end of the `` element + * Add `previewsecurity2` to `IgnorableNamespaces` at the end of the `` element. * Add `xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"` to the `` element if it's not there already. - * Add `uap10` to `IgnorableNamespaces` at the end of the `` element + * Add `uap10` to `IgnorableNamespaces` at the end of the `` element. * In `` change `TargetDeviceFamily` to - `` + ``. * **Note**: Not all features are available in the minimun build, check out the [release notes](../../relnotes/windows-release-notes.md) for more detailed information. * In `` replace any existing entrypoint/trustlevel/runtimebehavior with - `uap10:TrustLevel="appContainer" previewsecurity2:RuntimeBehavior="appSilo"` + `uap10:TrustLevel="appContainer" previewsecurity2:RuntimeBehavior="appSilo"`. * **Note**: By default, MPT will automatically add `` to `` due to the app being a packaged Win32. This should be removed unless