CefGlue Application Layout - RupertAvery/Chromely GitHub Wiki
CefGlue Application Layout
Note: This description is for 64-bit. The guide will also work for 32-bit - the right binaries need to be downloaded.
For CefGlue apps built with version 66 and above, CEF binaries download is not required anymore, if nuget package is used. From Chromely v4, Chromium v70 a runtime download option is available. If download is still required, please follow these steps.
-
Get Cef binaries from download page. Base Chromium version 59 or above (64-bit) with version matching Chromely.Unofficial.CefGlue.NetStd installed. For instance Chromely.Unofficial.CefGlue.NetStd is 64.0.3282.119 will require cef_binary_3.3282.1741.gcd94615_windows64_minimal.
Versions Map prior to Chromely v4, Chromium v70
Chromely.CefGlue.Winapi Chromely.Unofficial.CefGlue.NetStd Required Cef Binary 64.0.0.0 64.0.3282.119 3.3282.1741.gcd94615 65.0.0.0 65.0.3325.181 3.3325.1751.ge5b78a5 66.0.0.0 66.0.3359.117 3.3359.1772.gd1df190 68.0.0.0 68.0.3440.84 3.3440.1805.gbe070f9 Versions Map from Chromely v4, Chromium v70
Chromely.CefGlue Chromely.Unofficial.CefGlue.NetStd Required Cef Binary 4.0.70.* 70.0.3538.102 3.3538.1852.gcb937fc -
- Copy all files and folders from /Release to the appropriate bin folder - where the project exe file is located.
- Copy all files and folders from /Resources to appropriate bin folder - where the project exe file is located.
-
After merge of the Release and Resources contents, the folder layout should look like this:

-
The final application layout will look like this:
