Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.84 KB

File metadata and controls

27 lines (22 loc) · 1.84 KB
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

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