Skip to content
⌘ NSIS Forum Archive

Windows without any button

4 posts

ACEMCP#

Windows without any button

I want to install an service to the target system. It working good, but I want to display state of installing service... Stopping , restarting, restarted. How can I create a dialog without buttons, display it, change it's text, and close.

Many thanks,
ACEMCP
DrO#
how about the banner plugin? has no buttons and would do what you need to just show Stopping , restarting, restarted and you can control when it appears and closes

should work running the installer silently and having the banner show

-daz
ACEMCP#
Thanks, it works perfectly... Are there any way to change the size of dialogs? Or only with reshacker?

Thanks,
ACEMCP
DrO#
reshacker or you could alter the banner source to adjust the dialog size for you when the dialog is being created (wm_initdialog).

if going for reshacker i think it's the IDD_VERIFY dialog that banner uses which you would need to change

-daz