| title | WebView2 deployment samples |
|---|---|
| description | Deployment samples for WebView2. |
| author | MSEdgeTeam |
| ms.author | msedgedevrel |
| ms.topic | article |
| ms.service | microsoft-edge |
| ms.subservice | webview |
| ms.date | 07/11/2022 |
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. |
- Deploying the Evergreen WebView2 Runtime in Distribute your app and the WebView2 Runtime.
- WebView2Samples repo
- WebView2 sample apps