Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

398,172

Downloads of v 114.0.1823.67:

7,593

Last Update:

30 Jun 2023

Package Maintainer(s):

Software Author(s):

  • Microsoft

Tags:

webview2-runtime webview2

WebView2 Runtime (Install)

This is not the latest version of WebView2 Runtime (Install) available.

  • 1
  • 2
  • 3

114.0.1823.67 | Updated: 30 Jun 2023

Downloads:

398,172

Downloads of v 114.0.1823.67:

7,593

Maintainer(s):

Software Author(s):

  • Microsoft

WebView2 Runtime (Install) 114.0.1823.67

This is not the latest version of WebView2 Runtime (Install) available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install WebView2 Runtime (Install), run the following command from the command line or from PowerShell:

>

To upgrade WebView2 Runtime (Install), run the following command from the command line or from PowerShell:

>

To uninstall WebView2 Runtime (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade webview2-runtime -y --source="'INTERNAL REPO URL'" --version="'114.0.1823.67'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade webview2-runtime -y --source="'INTERNAL REPO URL'" --version="'114.0.1823.67'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install webview2-runtime
  win_chocolatey:
    name: webview2-runtime
    version: '114.0.1823.67'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'webview2-runtime' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '114.0.1823.67'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller webview2-runtime
{
    Name     = "webview2-runtime"
    Version  = "114.0.1823.67"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'webview2-runtime':
  ensure   => '114.0.1823.67',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 30 Jun 2023.

Description

The Microsoft Edge WebView2 control allows you to embed web technologies (HTML, CSS, and JavaScript) in your native apps. The WebView2 control uses Microsoft Edge as the rendering engine to display the web content in native apps.

With WebView2, you can embed web code in different parts of your native app, or build all of the native app within a single WebView instance.

WebView2

NOTE: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly.


tools\.skipAutoUninstaller
 
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $toolsDir
  fileType      = 'EXE' #only one of these: exe, msi, msu
  url           = 'https://go.microsoft.com/fwlink/p/?LinkId=2124703'

  softwareName  = 'Microsoft Edge WebView2*' #part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique

  checksum      = '372fd3deb515af9534164d1aa91c5143c8feeb5f06ced7be00a708fc7b2bfaa3'
  checksumType  = 'sha256'

  silentArgs    = '/silent /install'
  validExitCodes= @(0)
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  softwareName  = 'Microsoft Edge WebView2 Runtime'
  fileType      = 'EXE'
  # MSI
  silentArgs    = '--uninstall --msedgewebview --system-level --verbose-logging --force-uninstall'
  validExitCodes = @(0, 19)   # no matter the combination of switches I use, 19 is always the exit code
}

[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']

if ($key.Count -eq 1) {
    $packageArgs['file'] = ($key.UninstallString).replace(' --uninstall --msedgewebview --system-level --verbose-logging', '')

    Uninstall-ChocolateyPackage @packageArgs
}
elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
  Write-Warning "$($key.Count) matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | % {Write-Warning "- $($_.DisplayName)"}
}

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
WebView2 Runtime (Install) 119.0.2151.72 12333 Friday, November 17, 2023 Approved
WebView2 Runtime (Install) 119.0.2151.58 10496 Friday, November 10, 2023 Approved
WebView2 Runtime (Install) 119.0.2151.44 10535 Friday, November 3, 2023 Approved
WebView2 Runtime (Install) 118.0.2088.76 19326 Saturday, October 28, 2023 Approved
WebView2 Runtime (Install) 118.0.2088.69 8006 Wednesday, October 25, 2023 Approved
WebView2 Runtime (Install) 118.0.2088.61 11891 Saturday, October 21, 2023 Approved
WebView2 Runtime (Install) 118.0.2088.57 7007 Thursday, October 19, 2023 Approved
WebView2 Runtime (Install) 118.0.2088.46 10681 Saturday, October 14, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.60 9389 Saturday, October 7, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.55 5529 Thursday, October 5, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.47 7948 Saturday, September 30, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.43 7585 Monday, September 25, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.41 5249 Sunday, September 24, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.40 3450 Saturday, September 23, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.36 6903 Wednesday, September 20, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.35 725 Tuesday, September 19, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.31 7541 Saturday, September 16, 2023 Approved
WebView2 Runtime (Install) 116.0.1938.81 5972 Wednesday, September 13, 2023 Approved
WebView2 Runtime (Install) 116.0.1938.76 5182 Friday, September 8, 2023 Approved
WebView2 Runtime (Install) 116.0.1938.69 8023 Friday, September 1, 2023 Approved
WebView2 Runtime (Install) 116.0.1938.62 5835 Saturday, August 26, 2023 Approved
WebView2 Runtime (Install) 116.0.1938.54 5092 Tuesday, August 22, 2023 Approved
WebView2 Runtime (Install) 115.0.1901.203 7838 Friday, August 11, 2023 Approved
WebView2 Runtime (Install) 115.0.1901.200 6055 Tuesday, August 8, 2023 Approved
WebView2 Runtime (Install) 115.0.1901.188 10790 Friday, July 28, 2023 Approved
WebView2 Runtime (Install) 115.0.1901.183 5864 Saturday, July 22, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.82 6598 Friday, July 14, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.79 4866 Tuesday, July 11, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.67 7593 Friday, June 30, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.58 5570 Friday, June 23, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.55 4006 Tuesday, June 20, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.51 3473 Friday, June 16, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.43 5332 Friday, June 9, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.41 3214 Wednesday, June 7, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.37 2399 Monday, June 5, 2023 Approved
WebView2 Runtime (Install) 113.0.1774.57 7000 Sunday, May 28, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.69 28800 Sunday, March 12, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.63 4245 Sunday, March 5, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.57 2666 Tuesday, February 28, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.56 1924 Sunday, February 26, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.50 2740 Tuesday, February 21, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.49 1622 Sunday, February 19, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.46 850 Saturday, February 18, 2023 Approved
WebView2 Runtime (Install) 109.0.1518.78 5264 Sunday, February 5, 2023 Approved
WebView2 Runtime (Install) 109.0.1518.70 2696 Monday, January 30, 2023 Approved
WebView2 Runtime (Install) 109.0.1518.69 964 Saturday, January 28, 2023 Approved
WebView2 Runtime (Install) 109.0.1518.61 2653 Sunday, January 22, 2023 Approved
WebView2 Runtime (Install) 109.0.1518.52 3713 Monday, January 16, 2023 Approved
WebView2 Runtime (Install) 108.0.1462.76 3487 Sunday, January 8, 2023 Approved
WebView2 Runtime (Install) 108.0.1462.54 4838 Sunday, December 18, 2022 Approved
WebView2 Runtime (Install) 108.0.1462.46 2872 Sunday, December 11, 2022 Approved
WebView2 Runtime (Install) 108.0.1462.44 653 Friday, December 9, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.62 3191 Thursday, December 1, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.56 2367 Thursday, November 24, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.52 2154 Sunday, November 20, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.42 3589 Sunday, November 13, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.35 2623 Sunday, November 6, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.26 1898 Tuesday, November 1, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.24 1215 Sunday, October 30, 2022 Approved
WebView2 Runtime (Install) 106.0.1370.52 1930 Sunday, October 23, 2022 Approved
WebView2 Runtime (Install) 106.0.1370.47 1717 Monday, October 17, 2022 Approved
WebView2 Runtime (Install) 106.0.1370.42 5859 Thursday, October 13, 2022 Approved
WebView2 Runtime (Install) 106.0.1370.37 1949 Sunday, October 9, 2022 Approved
WebView2 Runtime (Install) 106.0.1370.34 1235 Thursday, October 6, 2022 Approved
WebView2 Runtime (Install) 105.0.1343.53 2303 Thursday, September 29, 2022 Approved
WebView2 Runtime (Install) 105.0.1343.50 1537 Sunday, September 25, 2022 Approved
WebView2 Runtime (Install) 105.0.1343.42 2065 Sunday, September 18, 2022 Approved
WebView2 Runtime (Install) 105.0.1343.33 2015 Sunday, September 11, 2022 Approved
WebView2 Runtime (Install) 105.0.1343.27 1698 Tuesday, September 6, 2022 Approved
WebView2 Runtime (Install) 105.0.1343.25 1298 Sunday, September 4, 2022 Approved
WebView2 Runtime (Install) 104.0.1293.70 2060 Sunday, August 28, 2022 Approved
WebView2 Runtime (Install) 104.0.1293.63 1993 Monday, August 22, 2022 Approved
WebView2 Runtime (Install) 104.0.1293.54 2031 Sunday, August 14, 2022 Approved
WebView2 Runtime (Install) 104.0.1293.47 1471 Monday, August 8, 2022 Approved
WebView2 Runtime (Install) 103.0.1264.77 2224 Sunday, July 31, 2022 Approved
WebView2 Runtime (Install) 103.0.1264.71 1893 Monday, July 25, 2022 Approved
WebView2 Runtime (Install) 103.0.1264.62 2044 Sunday, July 17, 2022 Approved
WebView2 Runtime (Install) 103.0.1264.49 1678 Saturday, July 9, 2022 Approved
WebView2 Runtime (Install) 103.0.1264.44 1768 Sunday, July 3, 2022 Approved
WebView2 Runtime (Install) 103.0.1264.37 1606 Monday, June 27, 2022 Approved
WebView2 Runtime (Install) 102.0.1245.44 1862 Sunday, June 19, 2022 Approved
WebView2 Runtime (Install) 101.0.1210.53 2327 Sunday, May 22, 2022 Approved
WebView2 Runtime (Install) 101.0.1210.47 884 Monday, May 16, 2022 Approved
WebView2 Runtime (Install) 101.0.1210.39 1051 Sunday, May 8, 2022 Approved
WebView2 Runtime (Install) 101.0.1210.32 637 Monday, May 2, 2022 Approved
WebView2 Runtime (Install) 100.0.1185.50 37 Sunday, April 24, 2022 Approved
WebView2 Runtime (Install) 100.0.1185.44 45 Monday, April 18, 2022 Approved
WebView2 Runtime (Install) 100.0.1185.39 965 Thursday, April 14, 2022 Approved
WebView2 Runtime (Install) 100.0.1185.36 631 Sunday, April 10, 2022 Approved
WebView2 Runtime (Install) 99.0.1150.46 64 Sunday, March 20, 2022 Approved
WebView2 Runtime (Install) 99.0.1150.39 55 Wednesday, March 16, 2022 Approved
WebView2 Runtime (Install) 99.0.1150.36 1139 Sunday, March 13, 2022 Approved

This package has no dependencies.

Discussion for the WebView2 Runtime (Install) Package

Ground Rules:

  • This discussion is only about WebView2 Runtime (Install) and the WebView2 Runtime (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or WebView2 Runtime (Install), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus