Skip to content

Commit 4185401

Browse files
authored
Add brief introduction to docs folder (#54)
1 parent fb97870 commit 4185401

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Win32 App Isolation Introduction
2+
3+
### Target Applications
4+
5+
* Win32
6+
* Desktop Bridge (Centennial)
7+
8+
### Minimum Requirements:
9+
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)
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

Comments
 (0)