Quote Originally Posted by jmcilhinney View Post
How exactly did you create the installer? If you used a VS Setup project, the following link is directly relevant:

https://learn.microsoft.com/en-us/mi...nstallersample

I suspect that your issue relates to point 7, but that's an educated guess. ClickOnce allows you to add prerequisites in basically the same way and third-party installer tools will have something similar.
Thank you for the reply. I did create a setup application in VB.Net. Originally I did not use the method you suggested to add the prerequisites to my setup but used a method the you right click on the "Application Folder" and select "Add/Project Output and include "Primary Output", "Localized resources" and "Content Files" which seems to include more files than the article you suggested. I did try the method the article you pointed out and recompiled my setup, but I still get the same error message and the WebView2 control is still not displayed on my dialog.

Again, thank you for the reply.