Archive: Hompage link on the finish page?


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

THX


Use MUI_FINISHPAGE_LINK.


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


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