If you need a specific older version of the WebView2 Runtime for offline deployment, you have limited options:
:
Microsoft offers two different deployment models for the WebView2 runtime. Choosing the right one depends on your network constraints and application architecture. 1. Evergreen Runtime
The Evergreen installer ensures the runtime updates automatically via Windows Update. This keeps the engine patched against security vulnerabilities and aligned with the latest Chromium features. If an application uses the Evergreen model, it shares a single installation on the client machine, saving disk space. 2. Fixed Version
Once you have the offline installer, you need to deploy it silently across a domain or via management tools like SCCM, Intune, or PDQ. microsoft edge webview2 offline installer
It does not update automatically. The version remains static until the developer manually replaces the binaries.
Contains all necessary binaries within a single package.
Last updated: October 2024. Information accurate as of WebView2 Runtime version 120+.
此外,开发应包含 Microsoft.Web.WebView2 NuGet 包(推荐最新稳定版,如 1.0.2920.47 及以上)。在 WinForms 和 WPF 中推荐使用 EnsureCoreWebView2Async() 方法初始化环境。 If you need a specific older version of
The Microsoft Edge WebView2 offline installer, officially known as the , is a full installation package designed for environments without internet access. It contains all necessary binaries to install the WebView2 Runtime, which allows native Windows applications to embed web content like HTML, CSS, and JavaScript directly into their interfaces. Key Features and Distribution Modes
Once you have downloaded the offline installer, follow these steps to install Microsoft Edge WebView2:
Diverts all installation registry keys to HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE .
Strict software restriction policies or AppLocker settings block unsigned executables or specific installation paths. Why Use the WebView2 Offline Installer?
Windows Update or another app has already installed a more recent version of WebView2. Solution: No action needed. The offline installer will exit gracefully. Use a script to check versions before deploying.
Before deploying the WebView2 offline installer, ensure that the target systems meet Microsoft's official requirements. WebView2 applications can run on the following Windows versions: Windows 10 SAC 1709 and later, Windows 10 Enterprise LTSC 2015 through 2021, Windows 10 Enterprise multi-session, Windows 10 IoT Enterprise, Windows 11, Windows 11 Enterprise multi-session, Windows 11 IoT Enterprise, Windows Server 2016 LTSC, Windows Server 2019 LTSC, Windows Server 2022 LTSC, and Windows Server SAC releases.
For enterprise environments, restricted networks, or machines without internet access, deploying WebView2 requires the offline standalone installer. Why Use the WebView2 Offline Installer?