I have a 'hyperlink' in the Installer Eula document (License Agreement). The problem is that clicking the link does not open the page in the web browser. How can I fix this?
Asked
Active
Viewed 1,221 times
1 Answers
4
via http://blogs.msdn.com/robmen/archive/2006/05/30/610950.aspx
The RICHEDIT control does not support hyperlinks. You can color the text blue and underline it but the text still won't be a clickable hyperlink.
Hyperlinks in general are just not supported by the native MSI UI. Sad but true.

saschabeaumont
- 22,080
- 4
- 63
- 85