But there's not way to get the text to be "live" and open a browser.
The classic
FindWindow $0 "#32770" "" $HWNDPARENT
GetDlgItem $0 $0 1006
Linker::link /NOUNLOAD $0 "http://nsis.sourceforge.net/Linker_plug-in" does nothing, no matter which control I use. (I'd prefer to use 1021, based on Resource Hacker)My latest attempt tried all the tricks on this old thread. The "go to google" link appears as text but is not a hyperlink. 😕
I've tried with "linker" and "linker 1.1" from the linker plug in page. I'm using NSIS version 2.45
I've considered adding a button instead, but that looks even more complicated.
Any ideas? Our MUI_PAGE_COMPONENTS has a list of 10 check-boxes, so I'm in no hurry to recreate it as a custom screen, unless that's the easy way to do it.
- Danny, who inherited a rather large and complicated NSIS installation that needs to be maintained.