We are having problems distrusting our app containing CefSharp, the issue relates to the VC++ 2015 redistributable files.
To investigate we are testing with the CefSharp MinimalExample for WPF. In addition to the files required for the app we have included concrt140.dll, msvcp140.dll, vcruntime140.dll and vccorlib140.dll. The demo app works ok on a clean install of Windows 10 but crashes on Windows 7 & 8.1 at the point of creating an instance of CefSettings.
If we install the VC++ 2015 redistributable manually the demo app starts working. If we then uninstall the c++ redistributable via control panel the app ‘continues to work’. If we then delete the four files mentioned above the app crashes (as I would expect).
We use Squirrel for Windows to distribute our app which does not support merge modules, therefore the only option we have is to include the VC++ files with the app.
Any ideas how we can get this to work on Windows 7 & 8.1 without asking customers to manually install the VC++ redistributables?