Skip to content
⌘ NSIS Forum Archive

Custom text in MUI_PAGE_INSTFILES

4 posts

cam2009#

Custom text in MUI_PAGE_INSTFILES

Hello,

I would like to display a custom text on MUI_PAGE_INSTFILES.

Can someone provide an example?

More Info:
I set:
ShowInstDetails nevershow
ShowUninstDetails nevershow
When I call another installer(Installer_2) from Main Installer it takes a significant time to complete. Since I am calling second installer(Installer_2) silently user may think that Main Installer is frozen. Therefore I would like to give a message: "Please wait ..." somewhere under progress bar.

Thank you
cam2009#
Can you provide an example please?
What to include?
How to use?
How to specify coordinates where to draw the text?

Thank you.