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.
- Windows operating system
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
- 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.
- Administrator privileges may be required to install WebView2.
- An internet connection is necessary to download the runtime.