admin管理员组文章数量:1391981
I've built out a winforms application in Visual Studio that utilizes the WebView2 control. When I deploy the application to one of my users via publishing directly to their computer, the application works as expected and can properly load the WebView2 control.
However, when I deploy to a folder and package everything into an msi via WiX the control fails to load, though the rest of the application works as expected.
One thing that I've noticed is that in the initial deployment the following is what is output:
Once the application is run from the folder it was published to, a new folder appears:
When I have WiX package up the pre-run output, install the resulting msi, and run the application, this folder doesn't get created on first launch like it does with the publish option.
If I run the published application, then have WiX package the resulting ApplicationSuite.exe.WebView2
folder, it still does not load in the WebView2 control after installation.
本文标签:
版权声明:本文标题:webview2 - Is there a way to have a WiX installation package mimic the behavior of Visual Studio's deployment? - Stack O 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744738975a2622497.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论