Skip to content
⌘ NSIS Forum Archive

Add user defined text lines to Finish Page

2 posts

thusithakd#

Add user defined text lines to Finish Page

Hi,

I'm a newbie in NSIS & got few problems during modifying the FinishPage. What I need is actually,

1. Add new string (completely a separate text than defined for FINISHPAGE) like "Double click on the desktop icon to start..." at the finish page below MUI_FINISHPAGE_TEXT.

2. Is it possible to add an icon (probably a thumbnail or something) on the finish page?

I was tired with battling with CUTOMFUCNTIONS for pages specially Welcome/Finish pages

Thanks,

thusi
thusithakd#
Finally I found the solution.

Define the PRE_FINISHPAGE function to define the texts, and SHOW_FINISHPAGE to display.

Wow, it works as I expected.

Thanks