![]() |
#1 |
Junior Member
Join Date: Mar 2016
Posts: 1
|
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? |
![]() |
![]() |
![]() |
#2 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,356
|
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. IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|