|
|
#1 |
|
Junior Member
Join Date: Oct 2005
Posts: 2
|
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 |
|
|
|
|
|
#2 |
|
Member
Join Date: Sep 2005
Location: Sitting next to my desk
Posts: 56
|
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... |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2005
Posts: 2
|
Yes, you are right. I forgot to change some defines in the nsh file. Download this correct version..
![]() Michal |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|