WebView2 deployment samples
These samples demonstrate how to deploy the Evergreen WebView2 Runtime with your app that uses the WebView2 control.
Article | Sample | Description |
---|---|---|
WebView2 Deployment Visual Studio installer | WV2DeploymentVSInstallerSample | Uses the Microsoft Visual Studio Installer Projects to create an installer for WebView2APISample and chain-install the Evergreen WebView2 Runtime. |
WiX Burn Bundle to deploy the Runtime | WV2DeploymentWiXBurnBundleSample | Creates a WiX installer for WebView2APISample and uses WiX Burn Bundle to chain-install the Evergreen WebView2 Runtime. |
WiX Custom Action to deploy the Runtime | WV2DeploymentWiXCustomActionSample | Creates a WiX installer for WebView2APISample and uses WiX Custom Action to chain-install the Evergreen WebView2 Runtime. |
See also
- Deploying the Evergreen WebView2 Runtime in Distribute your app and the WebView2 Runtime.
- WebView2Samples repo
- WebView2 sample apps