o_owd
3rd June 2003 12:40 UTC
"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.
kichik
3rd June 2003 12:49 UTC
Use the Banner plug-in.
o_owd
3rd June 2003 12:59 UTC
thank you kichik. it works. but can i change the icon too? (i am using modern_ui.
kichik
3rd June 2003 13:00 UTC
Not yet.
o_owd
3rd June 2003 13:17 UTC
then maybe to remove it?
kichik
3rd June 2003 13:52 UTC
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.
o_owd
3rd June 2003 14:11 UTC
thanks for helping.
my script is almoust ready.