|
8 | 8 | ### Minimum Requirements: |
9 | 9 |
|
10 | 10 | * 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) |
| 11 | +* Dev tool to package |
| 12 | + * [Visual Studio](https://visualstudio.microsoft.com/) version 17.10.2 or greater |
| 13 | + * or [Customized MSIX Packaging Tool](https://github.com/microsoft/win32-app-isolation/releases/tag/v0.1.1) |
| 14 | +* (optional) [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), if need to identify the capabilities to use |
13 | 15 |
|
14 | 16 | ### Creating a Win32 App Isolation App: |
15 | 17 |
|
16 | | -There are two mechanisms for creating and converting an MSIX package to be ready to use app silo. One option is to use the MSIX packaging tool. The other option is to use Visual Studio. |
17 | | - |
18 | | -1. Create and convert an MSIX package to be ready to use AppSilo. |
19 | | - * Using MSIX packaing tool |
20 | | - 1. Create an MSIX package from Win32 installer *if the app is not already MSIX* ([step 1](packaging/msix-packaging-tool.md#win32---msix)) |
21 | | - 2. Turn the MSIX Package to isolated Win32 app ([step 2](packaging/msix-packaging-tool.md#msix---isolated-win32)) |
22 | | - |
23 | | - * Using Visual Studio ([step 1](packaging/packaging-with-visual-studio.md)) |
24 | | -2. Identify the required capabilities using [ACP](profiler/application-capability-profiler.md) |
25 | | -3. Repackage the app with the capabilities just found |
| 18 | +* If you are using Visual Studio to build your project |
| 19 | + * Follow the [instructions](packaging/packaging-with-visual-studio.md) for Visual Studio |
| 20 | +* Or if you have the Win32 installer / MSIX package |
| 21 | + * [Create](packaging/msix-packaging-tool.md#win32---msix) the MSIX package from the Win32 installer |
| 22 | + * [Turn](packaging/msix-packaging-tool.md#msix---isolated-win32) the MSIX Package to isolated Win32 app |
| 23 | +* If you need to Identify the required capabilities |
| 24 | + * Use [Application Capability Profiler](profiler/application-capability-profiler.md) |
| 25 | + * Repackage the app with the capabilities |
0 commit comments