Skip to content
⌘ NSIS Forum Archive

remove/disable "Please wait while ...." dialog?

3 posts

billym#

remove/disable "Please wait while ...." dialog?

How can I turn off the display of the "Please wait while ...." dialog?
zimsms#
You could try installing in silent mode 😉.

No seriously, set the installer up as silent by default, then override .OnInit and set silent off, therefore, turning guis on.

Just an idea. I haven't tried it.
Joel#
See, ModernUI docs.

You can use Resource Hacker to change the UI of your "ui.exe".

That's what I did 😁