I have a readme text that I display with
!insertmacro MUI_PAGE_README "${SOURCEPATH}\readme.txt"All good except I have a web address at the bottom of the readme that by default the page is showing as underlined and clickable (the mouse pointer changes on hover over). However, clicking the text does nothing. Since I'm passing in a plain text file I didn't expect to have a working hyperlink but if this is available to me then I would like to make this active! Either that or prevent it from becoming underlined so my users don't expect to be able to click it.I guess I'm missing something, but what?
Thanks!