You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/packaging/msix-packaging-tool.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,23 @@
1
1
# Table of Contents
2
-
1.[Convert an existing win32 installer into an .msix app](#Win32)
3
-
2.[Convert an existing .msix app to run isolated](#MSIX)
2
+
1.[Convert an existing win32 installer into an .msix app](#Win32-->-msix)
3
+
2.[Convert an existing .msix app to run isolated](#MSIX-->-Isolated-Win32)
4
4
5
5
## Overview
6
6
7
7
This page will cover everything needed to package an existing MSIX or win32 application into
8
-
Isolated Win32 App. This will be done through the MSIX Packaging Tool (MPT). **Note** that the version of MPT that supports Win32 App Isolation is v1.2023.517.0, available in the release assets of this project. The [store version of MPT](https://learn.microsoft.com/en-us/windows/msix/packaging-tool/tool-overview) is **outdated** for the purposes of the Win32 App Isolation feature.
8
+
an isolated Win32 app. This will be done through the MSIX Packaging Tool (MPT). **Note** that the
9
+
version of MPT that supports Win32 app isolation is v1.2023.517.0, available in the release assets
10
+
of this project. The [store version of MPT](https://learn.microsoft.com/en-us/windows/msix/packaging-tool/tool-overview)
11
+
is **outdated** for the purposes of the Win32 app isolation feature. You can find additional
12
+
documentation for MPT [here](https://learn.microsoft.com/en-us/windows/msix/packaging-tool/tool-overview).
9
13
10
-
## Win32 -> MSIX <aname="Win32"></a>
14
+
You can find the download for MPT, as well as the profiler, in the [releases](../../../../releases) section of the github.
11
15
12
-
1. Select "Application Pacakge" on the far left and choose where the package will be created.
13
-
This flow will follow the "Create package on this computer" option.
16
+
## Win32 -> MSIX
17
+
18
+
1. Select "Application Package" on the far left and choose where the package will be created.
19
+
This flow will follow the "Create package on this computer" option. **Note** This will result
20
+
in the app installed as a normal win32 after finishing step 5.
0 commit comments