Skip to content
⌘ NSIS Forum Archive

finish panel and escape special characters

3 posts

kalverson#

finish panel and escape special characters

I am trying to add some new lines to the finish page text. But all the text after the first escape sequence disappears. Is there a way to add new lines in finish page text?

"GUI install returned $STR_GUI_INSTALL_RET.$\r$\nManuals unzip returned $STR_MANUAL_UNZIP_RET.$\r$\nIBM i returned $STR_IBM_I_RET."
kalverson#
Never mind. I have found the way to do this is to just leave the '$' out of the escape sequence. Then it works to add the new lines. It Probably should be changed in the Modern UI documentation which documents using the '$'.