I'm using CefSharp in my WPF application. Executing it from the Debug folder, and copying the entire folder to target machine works flawlessly.
I made a setup project and selected to copy Primary output, but after installing the app crashes upon start.
After copying individual files from debug to installation folder I discovered that these files are the one missing which make the app crash:
- cef.pak
- cef_100_percent.pak
- cef_200_percent.pak
- cef_extensions.pak
I guess these are related to CefSharp but I don't understand why they aren't installed.
Which is the proper way to fix this issue?