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: hub/apps/desktop/modernize/grant-identity-to-nonpackaged-apps.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Note the below important details about this manifest:
70
70
* Set `MinVersion` to `10.0.26100.0` to restrict the identity package to Windows 11, version 24H2 and above
71
71
* Set `MaxVersionTested` to `10.0.26100.0` as shown
72
72
* Ensure the `runFullTrust` and `unvirtualizedResources` capabilities are declared as shown for Win32 compatibility
73
-
* Add an `Application` element as shown for each binary associated with your application
73
+
* Add an `Application` element as shown for each executable associated with your application
74
74
* Ensure `TrustLevel` is `mediumIL` and `RuntimeBehavior` is `win32App` as shown for Win32 compatibility
75
75
* The `VisualElements` child element is required, but the `AppListEntry="none"` attribute ensures the identity package isn't shown among installed apps
76
76
* Update the `DisplayName` and `Description` attributes with relevant details and leave the other attributes as shown (the referenced image paths do not need to resolve)
0 commit comments