WebView2Installer 1.0.8
dotnet add package WebView2Installer --version 1.0.8
NuGet\Install-Package WebView2Installer -Version 1.0.8
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="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebView2Installer --version 1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WebView2Installer, 1.0.8"
#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=1.0.8 // Install WebView2Installer as a Cake Tool #tool nuget:?package=WebView2Installer&version=1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Simple WebView2 Runtime Checker
Overview
This C# Library 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
Usage
You have 2 ways:
- Download Cli.zip from the latest build artifact. This contains the Console application ready to Run
- Add the WebView2Installer nuget package to your solution. The package is available from Nuget.org
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.