Archive: "ExecWait" message box


"ExecWait" message box
hello!

i use in my script the ExecWait command.
my question: while performing this (ExecWait), it is possible to display a small message box without buttons (something like "Please Wait") ?
the reason i ask this is because i have a big program performing an silent setup (that's why i use ExecWait) and it takes a while to install, and the progress bar does not move.

thanks.


Use the Banner plug-in.


thank you kichik. it works. but can i change the icon too? (i am using modern_ui.


Not yet.


then maybe to remove it?


Not yet :)

Unless you want to remove it from the other MUI dialogs as well. In this case just edit the UI (default.exe) using Resource Hacker and use MUI_UI or ChangeUI to tell NSIS to use it.


thanks for helping.

my script is almoust ready.