Skip to content
⌘ NSIS Forum Archive

Hompage link on the finish page?

4 posts

Guest#

Hompage link on the finish page?

Hey is it possible to insert the homepage link on the finish page?

THX
Guest#
Hey,
thx for your answer.. i've tried this code like this:

!insertmacro MUI_PAGE_FINISH
!insertmacro MUI_FINISHPAGE_LINK "http://www.pc-multimedia.net"

But there is something wrong.. could you say me what?

Thank you
dienjd#
It's a define that is used by the FINISHPAGE macro.

!define MUI_FINISHPAGE_LINK "Visit my site"
!define MUI_FINISHPAGE_LINK_LOCATION "http://www.pc-multimedia.net"
!insertmacro MUI_PAGE_FINISH