WebView2Loader_x64.dll & WebView2Loader_x84.dll

Can I freely distribute these two DLLs with my application?

When these DLLs are not present, even with WebView2 installed, the error message below appears:

Is it possible to intercept this error message to handle it in the application?

If possible, when it occurs I intend to download these DLLs from the internet and install them on the user's Windows.

My installer will install these DLLs in the Windows SYSTEM folder, but my users often transfer my application from one PC to another by simply copying the executable, and if they do so, the DLL won't be copied. Therefore, I want to resolve this error in the application.

Thank you.

You might find what you are looking for in this thread