Archive: installoptions link that's an image


installoptions link that's an image
Is it possible to get an image thats clickable in an installoptions custom page? I'd like the user to be able to click an image and have that launch like the link currently does.


You need to set the Notify=ONCLICK in the INI file and then in your Leave function, put in a case to handle the click. Then just do an ExecShell with the link you want to open.


I'm a little confused by what you mean when you say
set the Notify=ONCLICK in the INI file

you mean set the flags of my bitmap to NOTIFY? cause that doesn't work. can you give a small example?


oh, does this only work with installoptionsex or plain installoptions? i'm using regular installoptions


InstallOptionsEx.

-Stu