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
Windows without any button
4 posts
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
should work running the installer silently and having the banner show
-daz
Thanks, it works perfectly... Are there any way to change the size of dialogs? Or only with reshacker?
Thanks,
ACEMCP
Thanks,
ACEMCP
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
if going for reshacker i think it's the IDD_VERIFY dialog that banner uses which you would need to change
-daz