How to Create a Status Box? MessageBox with No Buttons, Just Info Based On Operations
Hello,
I have some points in my installer which pause unusually long. I'd set DetailPrint text but unfortunately no log can be seen at these points.
e.g. Right before installation, I check for certain running processes and services. This check can take up to 15 seconds to complete. During this time, the installer appears frozen as the screen is blank and the Next button remains pressed. The installer also appears to be unresponsive.
I make these checks right before and after installation and right before and after uninstall. At these times, I'd like if possible to pop up a MessageBox which simply informs the user "Checking services and processes, this may take a while, please be patient..." Once the check and any actions (if required) are performed, the MessageBox leaves the screen and operations continue as usual.
Is this possible? Thanks for any feedback on this!