How to uninstall a running CEF4Delphi program with inno setup?
The program will execute and split in several instances so how to do in inno setup to uninstall this running program and its associated installation files?
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
inno setup installer/uninstaller
- salvadordf
- Posts: 4580
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: inno setup installer/uninstaller
Hi,
Your Inno Setup script needs to copy your main application EXE and the CEF binaries. In the case of a Windows application the CEF binaries are these :
Please, read this document for more information :
https://www.briskbard.com/index.php?lang=en&pageid=cef
Your Inno Setup script needs to copy your main application EXE and the CEF binaries. In the case of a Windows application the CEF binaries are these :
- chrome_100_percent.pak
- libcef.dll
- snapshot_blob.bin
- chrome_200_percent.pak
- libEGL.dll
- swiftshader\libEGL.dll
- swiftshader\libGLESv2.dll
- chrome_elf.dll
- libGLESv2.dll
- v8_context_snapshot.bin
- d3dcompiler_47.dll
- locales\*.*
- icudtl.dat
- resources.pak
Please, read this document for more information :
https://www.briskbard.com/index.php?lang=en&pageid=cef