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?
hyperlink in MUI_FINISHPAGE_TEXT
2 posts