Archive: Adding Text


Adding Text
Hello,

Here is what I need to do: I have an installer that uses the built-in UI of NSIS to install an app then install a bunch of HUGE zip files. I need to add some text to the UI stating "Installing movies, please wait..." when it starts installing these giant zip files. I don't have access to the installer yet so I can't give more detail. I just need to be pointed in the right direction. Do I need to make a custom UI page for this? Can I just change the text on the built-in page that does the install?


You could use the banner plugin.


Or the DetailPrint command.