How to add clickable link to RichEditViewer
in Inno Setup? I tried this solution How to add clickable links to custom Inno Setup WelcomeLabel?
Using thi
I've tested the code against various versions of Inno Setup compiler.
It looks like it does not work in Ansi version. It works in Unicode version. Unicode version is built using a newer version of Delphi, that's probably the reason.
You should switch to Unicode in any case. And once you do that, you should upgrade to the latest version of Inno Setup (which has the Unicode version only).