Microsoft Edge Webview2 Runtime Offline Installer Repack May 2026
Microsoft officially provides the WebView2 Runtime as an offline package, often referred to as the Fixed Version. Unlike the standard "Evergreen" installer, which updates automatically in the background, the Fixed Version is a self-contained set of binaries.
How to obtain the official installer:
If you want, I can:
Which would you prefer?
Repacking the Microsoft Edge WebView2 Runtime offline installer
is a common practice for IT administrators who need to deploy the runtime in restricted environments, such as air-gapped systems or machines with limited internet access. Microsoft Learn Understanding the Offline Installer The offline installer—officially known as the Evergreen Standalone Installer
—is a self-contained package that includes all the binaries necessary to install the WebView2 Runtime without an active internet connection. This differs from the "Bootstrapper," which is a tiny file that downloads the runtime during the installation process. Microsoft Developer Why Repack the Installer? Repacking is typically done to: Bundle with Applications
: Include the runtime as part of a larger software suite's setup, ensuring the dependency is met automatically. Silent Deployment
: Pre-configure the installer for silent, unattended installation across hundreds of machines via enterprise management tools. Version Control
: In specific cases, developers use a "Fixed Version" repack to ensure their app always uses a specific, tested version of the runtime rather than the auto-updating "Evergreen" version. Microsoft Learn Core Components for Repacking
To create a repack, you primarily need the official standalone files from the Microsoft WebView2 Developer page Architecture Specifics
: You must select the correct installer for the target system: (64-bit), or Silent Install Commands
: When repacking for enterprise tools (like SCCM or InTune), use the following command for a silent, per-machine installation:
MicrosoftEdgeWebView2RuntimeInstallerArch.exe /silent /install Microsoft Learn Distribution Methods Evergreen Standalone (Recommended) microsoft edge webview2 runtime offline installer repack
: The installer is run once, and the runtime thereafter updates itself automatically through the Microsoft Edge Update service. Fixed Version
: You decompress the runtime binaries (using tools like WinRAR or the
command) and include them directly within your application's folder structure. Your app then points to this specific folder instead of the system-wide runtime. Microsoft Learn Important Considerations OS Support
: WebView2 is built into Windows 11 but must be installed manually on Windows 10 and older supported server versions. Legacy Systems
: For older OS versions like Windows 7 or Server 2012 R2, you may need to source specific legacy versions (e.g., version 109) from the Microsoft Update Catalog Disk Space
: The runtime and the Microsoft Edge browser share binaries when they are on the same version, which helps minimize the total disk footprint. Microsoft Learn PowerShell scripts for automating this deployment or more details on Fixed Version integration? How to Install Microsoft Edge WebView2 Runtime (2026) 26 Feb 2026 —
When deploying the Microsoft Edge WebView2 Runtime in environments without internet access, you should use the Evergreen Standalone Installer
. Unlike the standard bootstrapper, which is only about 2MB and requires a connection to download the runtime, the Standalone Installer is a complete, full-sized package (available for x86, x64, and ARM64). Microsoft Developer How to Create a Repack for Offline Installation
To effectively package or "repack" the WebView2 Runtime for a silent, offline deployment, follow these steps: Download the Official Standalone Installer Microsoft Edge WebView2 Download page . Under the Evergreen Standalone Installer
section, select the architecture you need (e.g., x64) and click Silent Installation Command
To repack this into your own installer or run it via a script, use the following command for a silent, machine-wide installation:
MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install
Running this from an elevated process (Administrator) ensures it is installed per-machine , making it available to all users on the device. Verify the Installation Microsoft officially provides the WebView2 Runtime as an
After the process finishes, you can check that it was successful by looking for "Microsoft Edge WebView2 Runtime" in Settings > Apps & features
(though some newer Windows versions may hide it as a persistent system component). Microsoft Learn Deployment Approaches
Depending on your needs, you can choose between two main distribution modes: Evergreen Distribution (Recommended)
: Use the Standalone Installer to get the runtime on the machine once. From then on, if the machine eventually gets internet access, it will update itself automatically. Fixed Version Distribution
: Instead of an installer, you download a specific version's binaries and package them directly with your app. This is useful if you have extremely strict compatibility requirements and do not want the runtime to ever update. Microsoft Developer Microsoft Edge WebView2
For an offline repack of the Microsoft Edge WebView2 Runtime , you should use the Evergreen Standalone Installer
, which contains all necessary files for a full installation without an internet connection. Microsoft Learn Recommended Installer Evergreen Standalone Installer : Available in : Download directly from the Microsoft Edge WebView2 Developer Page Microsoft Developer Silent Installation Commands
To run the installer silently as part of a script or larger setup package, use the following syntax. Installation Type Silent Install
MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install Silent Uninstall
MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /uninstall flag must come to avoid known bugs in some versions of the bootstrapper.
: Running these commands from an elevated (Administrator) command prompt triggers a per-machine install. Running without elevation defaults to a Microsoft Learn Repacking Tips offline upgrade edge or runtime webview version
Microsoft Edge WebView2 Runtime Offline Installer Repack Review
Overview
The Microsoft Edge WebView2 Runtime is a component that allows developers to embed web content in their applications using Microsoft Edge. For those who require an offline installation method, a repackaged version of the installer has been made available. This review focuses on the offline installer repack of the Microsoft Edge WebView2 Runtime.
Key Features
Pros
Cons
Conclusion
The Microsoft Edge WebView2 Runtime offline installer repack offers a convenient solution for environments where internet access is limited or where streamlined deployment of specific software versions is necessary. While there are considerations regarding size, updates, and potential complexity, the benefits of easy deployment and self-sufficient installation make this repackaged installer a valuable tool for certain use cases.
Rating: 4/5
Recommendation
Final Thoughts
The Microsoft Edge WebView2 Runtime offline installer repack fills a niche for specific deployment scenarios. Its ability to facilitate the integration of web content into applications in environments without easy internet access is a significant advantage. However, users should weigh the pros and cons based on their particular requirements and operational constraints.
Here is a step-by-step guide to creating an enterprise-ready Microsoft Edge WebView2 Runtime Offline Installer Repack.
Assumption: you need a single bundled installer that installs WebView2 fixed-version offline, silently, and logs installation.
Intune prefers .intunewin files. Your repack can be wrapped as an Intune Win32 app. Set the detection rule to check the registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\F3017226-FE2A-4295-8BDF-00C3A9A7E4C5
Value: pv (Version). If you want, I can:
In the modern Windows ecosystem, the Microsoft Edge WebView2 Runtime has become a critical system component. It allows developers to embed web technologies (HTML, CSS, and JavaScript) into native applications. Major software suites—including the new Outlook for Windows, Microsoft Teams, and various third-party CAD/design tools—now depend on it to function.
For system administrators and power users managing offline environments, understanding how to obtain and deploy the Offline Installer—and navigating the confusing world of "repacks"—is essential.

