You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eto.Forms is looking at the location used by 64-bit Windows only. This means users on 32-bit Windows are getting installation notice to install WebView2 runtime even after installing it.
The text was updated successfully, but these errors were encountered:
Ah, thanks for reporting the issue. They actually had documented it incorrectly when I looked at it initially, but is now fixed. I'll update it shortly.
Wpf/WinForms: Detect WebView2 on 32-bit windows properly. Fixespicoe#1865
Wpf/WinForms: Fix installation of WebView2 on .NET Framework
Mac: Fix warning when printing
As per Microsoft docs, registry key for WebView2 runtime on 64-bit Windows is at:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}
and on 32-bit Windows it's just:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}
Eto.Forms is looking at the location used by 64-bit Windows only. This means users on 32-bit Windows are getting installation notice to install WebView2 runtime even after installing it.
The text was updated successfully, but these errors were encountered: