-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Requirements should be mentioned #2917
Comments
Thank you for your feedback. Adding to our backlog. |
From my understanding, the Evergreen WebView2 runtime does not require elevation, and by default installs as user. May I understand what you mean by:
|
Saying "Elevation" was probably a bit misleading. I meant privilege elevation from the perspective of a packaged and containerized app like UWP (and I think also WinUI3 without 'runFullTrust'). Those apps don't even run under the regular user account and are not able to install the WebView2 evergreen runtime. That's the context of my sentence which you have quoted: How am I supposed to install the WebView2 runtime from a Windows Store app (which doesn't run with fullTrust) ? This is nowhere mentioned, and from my understanding, the only possible way is to ship the app with a fixed runtime (which is what we are doing). |
@victorhuangwq ping on the above response. |
An important detail is missing in the comparison of the distribution modes:
The evergreen runtime requires elevation to install (not all users have those privileges), while the fixed version can be used for per-user installations.
It is also nowhere mentioned which distribution mode should be used for packaged apps.
Reference for "requires elevation": MicrosoftEdge/WebView2Samples#145
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
AB#47625979
The text was updated successfully, but these errors were encountered: