Hi
It is possible to drastically reduce the installer if you do not use the fixed version of WebView2 (Set UseEdgeFixedVersion = False). However, changing UseEdgeFixedVersion to True will cause your software to crash.
It also depends on the system on which you are installing your software.

On the latest versions of Windows 10 and on Windows 11, you only need the following components:

  • OrdoWebView2.ocx
  • the OrdoRC6 folder and its contents, in the same directory as OrdoWebView2.ocx
  • Finally, you must register OrdoWebView2.ocx with regsvr32.exe



On slightly older versions of Windows, you must ensure that the Evergreen version of Webview2 is installed and on even older ones that the VB6 runtime is present.


What installation software are you using and what OS are you targeting?