How to update the InnoSetup Wizard GUI status text from PascalScript code
Posted
by mkva
on Stack Overflow
See other posts from Stack Overflow
or by mkva
Published on 2010-03-25T08:56:51Z
Indexed on
2010/04/06
13:03 UTC
Read the original article
Hit count: 423
Hi
I execute a lot of custom actions in my InnoSetup script in the CurStepChanged(ssPostInstall) PascalScripting event handler. As these actions take some time to finish, I'd like to update the InnoSetup Wizard GUI status text and tell the user what is going on behind the scenes. Something similar that is possible in the [Run] section using the "StatusMsg" parameter. I know that I could use the TOutputProgressWizardPage/CreateOutputProgressPage(), and I did in a previous project, but it's a bit too much overkill to my liking...
Is there a simpler possibility to update the InnoSetup Wizard GUI status text from PascalScripting code with the same effect as the StatusMsg parameter?
© Stack Overflow or respective owner