Skip to content

Commit db57eea

Browse files
committed
Merge branch 'hamza/gui-preview' of https://github.com/microsoft/WinAppCli into hamza/gui-preview
2 parents 831fbe8 + 483fc89 commit db57eea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/gui-usage.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,21 @@ The Windows Development CLI **must** be in your [PATH](#adding-to-path) for the
3232

3333
Alternatively, you can clone and build this repository. Run Identity.GUI.Experimental in Visual Studio to build and run the app.
3434

35+
## Usage
36+
37+
### .NET apps (WPF, WinForms)
38+
39+
- Drop in an .exe from your binaries folder to add debug identity to it. The app will find the .csproj for the .exe (ie. if your .exe is in the /bin folder, the app will find the parent .csproj and create Assets and appxmanifest in that location). The .exe will be granted app identity via external location (sparse) packaging.
40+
- Drop in a folder, and that app will be packaged into an MSIX
41+
42+
### Python
43+
44+
- This is currently a feature we are experimenting with. Currently, python files/scripts (.py) are supported or entire folders for packaging
45+
46+
### MSIX
47+
48+
- Drop in an MSIX and a cert will be created, installed and registered locally
49+
3550
## Feedback for this Experimental App
3651

3752
Please note that this app is experimental and may have issues as we gather feedback on the functionality, usefulness and value of the UI-based solution. If you see value or issues in this app, please let us know:

0 commit comments

Comments
 (0)