Skip to content
⌘ NSIS Forum Archive

"ExecWait" message box

7 posts

o_owd#

"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#
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.