Our application use WebView2 and it must be keep running for a week or more. We are concerned that if an uninstall occurs due to a WebView2 update while our application is running, it will be terminated by the Restart Manager.
The PC using this application may not have joined the domain and cannot control or block updates by the GP or registry.
(We believe that if an update is performed and WebView2 uninstallation occurs, the application will be terminated by Restart Manager. GitHub - SessionEnding event is raised when WebView2 is uninstalled )
Is there a possibility that the WebView2 auto update will occur while there are processes using WebView2?