Archive: Custom text in MUI_PAGE_INSTFILES


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


Use the Banner plug-in (included with NSIS).

Stu


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

Thank you.


I said it's included with NSIS. Look in your Docs folder.

Stu