Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

CefGlue Application Layout

mattkol edited this page Jan 21, 2020 · 2 revisions

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.

  1. 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
    5.0.77.* 78.0.3904.108 77.1.14%2Bg4fb61d2%2Bchromium-77.0.3865.120
    • 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.
  2. After merge of the Release and Resources contents, the folder layout should look like this:

  3. The final application layout will look like this:

Clone this wiki locally