WebView2Installer 0.0.0.1
There is a newer version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
- Download the
Release
folder (or download Release.zip from the Releases page) - Run the executable (
WebView2Installer.exe
).
How It Works
- The application checks the system for the WebView2 Runtime.
- If found, the program exits with a success message.
- If not found, the application downloads the WebView2 Runtime installer from the official Microsoft source.
- The installer runs automatically to install WebView2.
- 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 | Versions 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.
-
net9.0
- Microsoft.Web.WebView2 (>= 1.0.2957.106)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.