Archive: status text in center: "Starting services.."


status text in center: "Starting services.."
Is it possible to show status message "starting services" on custom page (not in header, but on page) and do some actions while this message visible?

thanks,
Leon


You can show the message but you can't execute anything while showing it. I think what you're looking for is the Banner plug-in. Have a look at Contrib\Banner. Banner shows a message to the user while the script keeps executing.


Great!
thanks a lot. it is solution.


A suggestion (one of the many I posted today): An alternative InstallOptions DLL which can be shown and hidden, just like the banner plugin. But with customizable controls like the ProgressBar, labels, and a 'step list':
A list of items (one for each step) where in front of each completed step a V-bitmap is shown. (I mean a what we call a 'vinkje' or 'vink' in Dutch, Joost knows what I mean).
Like the one you see when installing Windows:
- Configurating start-menu
- Writing registry
- etc...

Just a suggestion tough. This could be used for something that has to complete some steps first.


The original version of NSIS Update did that, you don't need InstallOptions for that.


You can use a modified UI file to show/hide checkmarks.