cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
guyjoules
Level 4

"please wait" message

hey there.

using InstallScript project, I want to launch an EXE, which takes 40-50 seconds ro finish and I need to wait for it to finish.
How do I show a message which saying "please wait while...." that will disappear when the exe will finish?

something like this -

ShowMessageFunction("please...", NO_BUTTONS);
// this function will return immediately but the message will sstill be shown
Launch....(exe file)
StopShowMessage();

is there is something like this?

Thanks,
Guy.
Labels (1)
0 Kudos
(1) Reply
KathyMorey
Level 10

Take a look at SdShowMsg().
0 Kudos