I\'m trying to run my sample CefSharp WinForms project as a clickonceinstall application.
Everything is ok in the process of the creation, but when I try to install t
I have practically the same answer as @Ocean Airdrop's, but also with the following additional things:
69.0.0
cef.redist
version. It should be the same as the one you have on your project. Mine was 3.3497.1841
;
%(RecursiveDir)%(Filename)%(Extension)
false
%(RecursiveDir)%(Filename)%(Extension)
false
%(RecursiveDir)%(Filename)%(Extension)
false
%(RecursiveDir)%(Filename)%(Extension)
false
%(RecursiveDir)%(Filename)%(Extension)
false
%(RecursiveDir)%(Filename)%(Extension)
false
%(RecursiveDir)%(Filename)%(Extension)
false
%(RecursiveDir)%(Filename)%(Extension)
false
Also, you need to still pay attention to the fact that you need to have Visual Studio C++ Redist on the target computer. Otherwise it's still not gonna work.