When you want to show a web link on the finish page you can use MUI_FINISHPAGE_LINK. Unfortunately, there isn't easy support to show link on the welcome page 🙁
So I decided to find out how to solve this problem:
In your nsi file define following defines, set appropriate values for: MUI_WELCOMEPAGE_LINK, MUI_WELCOMEPAGE_LINK_LOCATION
!define MUI_WELCOMEPAGE_LINK "web page"
!define MUI_WELCOMEPAGE_LINK_LOCATION "http://something"
!define MUI_WELCOMEPAGE_LINK_COLOR "000080"
upload my System.nsh and overwrite c:\Program Files\NSIS\Contrib\Modern UI\System.nsh.
Enjoy,
Michal
Mui_welcomepage_link
3 posts
Cool idea, but unfortunately when I insert the changes you made in a Modern UI project the weblink is with gray background.
If the weblink would be transparent I'd use this nice feature...
If the weblink would be transparent I'd use this nice feature...
Yes, you are right. I forgot to change some defines in the nsh file. Download this correct version.. 🙂
Michal
Michal