How can I include WebView2 runtime in the setup project? VisualStudio 2017, C # application.
https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution
How can I include WebView2 runtime in the setup project? VisualStudio 2017, C # application.
https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution
I solved it in such a way that I also install the small bootstrapper (exe) and run it at the end of the installation process via the installer class (in override void commit (IDictionary savedState)).