WebView2Installer 0.0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package WebView2Installer --version 0.0.0.1                
NuGet\Install-Package WebView2Installer -Version 0.0.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebView2Installer" Version="0.0.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebView2Installer --version 0.0.0.1                
#r "nuget: WebView2Installer, 0.0.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WebView2Installer as a Cake Addin
#addin nuget:?package=WebView2Installer&version=0.0.0.1

// Install WebView2Installer as a Cake Tool
#tool nuget:?package=WebView2Installer&version=0.0.0.1                

Simple WebView2 Runtime Checker

Overview

This C# Console Application checks if the Microsoft WebView2 Runtime is installed on the system. If the runtime is not found, the application will automatically download and install it.

Prerequisites

  • Windows operating system

Installation

  1. Download the Release folder (or download Release.zip from the Releases page)
  2. Run the executable (WebView2Installer.exe).

How It Works

  1. The application checks the system for the WebView2 Runtime.
  2. If found, the program exits with a success message.
  3. If not found, the application downloads the WebView2 Runtime installer from the official Microsoft source.
  4. The installer runs automatically to install WebView2.
  5. Once the installation is complete, the program confirms successful installation.

Notes

  • Administrator privileges may be required to install WebView2.
  • An internet connection is necessary to download the runtime.
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.8 38 1/30/2025
0.0.0.1 32 1/30/2025