0

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

Sergej Loos
  • 292
  • 1
  • 2
  • 10
  • 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)). I was looking how I could do it via requirement (Setup Project / Properties / Prerequisites ..) – Sergej Loos Dec 15 '20 at 12:05

1 Answers1

1

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)).

Sergej Loos
  • 292
  • 1
  • 2
  • 10