Skip to content
⌘ NSIS Forum Archive

Once again about "CLICKABLE IMAGE"

4 posts

oldfriend#

Once again about "CLICKABLE IMAGE"

Hello, everybody.

Actually was unable to find on the forum exact answer on the question:

is it possible to create an image which works like a link after clicking on it using InstallOptions?
Anders#
I have not used InstallOptions in ages, but I would guess that you could add the NOTIFY flag to the image and call ExecShell in the pages leave callback
oldfriend#
Thank you, Anders, for your answer. But maybe you know also how to receive notification in the leave callback function?

Also as I understand it is possible to create the same custom page using nsDialogs, but there is much work to place all the components I need on their places. Also seems some functions are not realized at all there (like bold text of labels). So easier to to all using exactly InstallOptions I think.
oldfriend#
Ok, seems I did almost all I wanted using code from this thread:
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.


good point that it is possible to combine nsDialogs and MUI2 🙂

But still have a problem which I think needs separate thread. Clickable image was made, but cursor is not changed when it is over the control.