

Sync Intune with the Business Store Apps.You’ll want to test it yourself to be sure how it behaves, but I’ll explain as much as I can below. The end result was consistently having WebView2 installed for all users and the updated Quick Assist app working for Standard users (and admins). I’ve tested this method on the 64-bit versions of Windows 10 20H2 (19042), 21H2 (19044) and Windows 11 (22000) from fresh installs off the ISO going through Autopilot, and with devices that were already deployed and managed with Intune. Well, except for maybe running the app itself if and when they ever need your help. When releasing an app that uses Microsoft Edge WebView2, you need distribute the WebView2 Runtime, either by distributing the automatically updated Evergreen Runtime, or by distributing a Fixed Version of the Runtime.Ī WebView2 app depends on the WebView2 Runtime on client machines.I’ll show you how to deploy the new Quick Assist app from the Store, along with the WebView2 runtime that is required for it to work, all without your users needing to do anything. When you distribute your WebView2 app, you need to take into account how the WebView2 Runtime is distributed to and updated on client machines. The WebView2 Runtime is a redistributable runtime and serves as the underlying (or backing) web platform for WebView2 apps. The concept is similar to Visual C++ or the. The WebView2 Runtime contains modified Microsoft Edge binaries that are fine-tuned and tested for WebView2 apps. After the WebView2 Runtime is installed, it doesn't appear as a user-visible browser app. There are two different ways of distributing and updating the WebView2 Runtime to client machines: the Evergreen distribution mode, and the Fixed Version distribution mode.įor example, a user doesn't have a browser desktop shortcut or an entry in the Start menu.

In the Evergreen distribution mode, the WebView2 Runtime isn't packaged with your app, but is initially installed onto clients using an online bootstrapper or an offline installer. Afterwards, the WebView2 Runtime is automatically updated on client machines.

You can then distribute updates of your WebView2 app that use the latest WebView2 APIs, from the latest WebView2 SDK. The Evergreen distribution mode is recommended for most developers. The underlying web platform (WebView2 Runtime) updates automatically without more effort from you. Less disk space is required for the WebView2 Runtime on client systems, because the WebView2 Runtime is shared by all WebView2 apps that are on the client.
