Skip to content
⌘ NSIS Forum Archive

hyperlink in MUI_FINISHPAGE_TEXT

2 posts

scottyedinb#

hyperlink in MUI_FINISHPAGE_TEXT

Is there any way to get insert a hyperlink into the main text on the finish page?


i.e. I want to say:

!define MUI_FINISHPAGE_TEXT "${APP_NAME} has been installed on your computer.\r\n\r\nClick here to log in to ${APP_NAME}: https://localhost:9443/manager \r\n\r\nNOTE: If you are prompted with a security warning, then please accept the certificate and continue.\r\n\r\nClick Finish to close this wizard."

It builds and runs, but the the link is just rendered as text and not as a link.. Is it possible?
Anders#
The easy solution is to just use the run checkbox and a callback function because it is just a couple of defines.

If it has to be a link then you must create the link control yourself. For MUI1 this means changing the .ini and for MUI2 you need to use a macro from nsdialogs.nsh.