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
* Windows insider version >= 25357 (Canary channel only)
11
+
*[Customized MSIX Packaging Tool](https://github.com/microsoft/win32-app-isolation/releases/tag/v0.1.1) This version is required to build a Win32 app isolation application
12
+
* If is needed to know which capabilities are required, one can use [ACP](https://github.com/microsoft/win32-app-isolation/releases/tag/v0.1.1) and [WPR](https://learn.microsoft.com/en-us/windows-hardware/test/wpt/windows-performance-recorder)
13
+
14
+
### Creating a Win32 App Isolation App:
15
+
16
+
1. Create an MSIX package from Win32 installer *if the app is not already MSIX* ([step 1](packaging/msix-packaging-tool.md#win32---msix))
17
+
2. Turn the MSIX Package to isolated Win32 app ([step 2](packaging/msix-packaging-tool.md#msix---isolated-win32))
18
+
3. Identify the required capabilities using [ACP](profiler/application-capability-profiler.md)
19
+
4. Repackage the app with the capabilities just found
0 commit comments