doniels
8th January 2012, 09:21
I've spent most of the past week trying to add a link to MUI_PAGE_COMPONENTS - I've tried all the various examples that I found by searching the forum.
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 (http://forums.winamp.com/showthread.php?t=320113). The "go to google" link appears as text but is not a hyperlink. :confused:
I've tried with "linker" and "linker 1.1" from the linker plug in page (http://nsis.sourceforge.net/Linker_plug-in). 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.
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 (http://forums.winamp.com/showthread.php?t=320113). The "go to google" link appears as text but is not a hyperlink. :confused:
I've tried with "linker" and "linker 1.1" from the linker plug in page (http://nsis.sourceforge.net/Linker_plug-in). 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.