Forum Discussion
Psycorp
Feb 05, 2024Brass Contributor
The GenerateBootstrapper from VS works for MSIX as well as MSI packages.
Other then getting the Microsoft Edge WebView2 Runtime to be installed when my MSIX package is being installed (using the win32dependencies:ExternalDependency) <win32dependencies:ExternalDependen...
Feb 09, 2024
Please be aware that when you add the webview2 dependency, you MUST also add the Capability "internetClient" declaration to the package. It isn't mentioned in the documentation, but obvious once you think about it.
- PsycorpFeb 12, 2024Brass Contributor
Thanks Tim,
I got lucky here as the product has its help online, so I had added the "internetClient" Capability to support that.
Cheers,
Simon.