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
Use this from your CurStepChanged handler:
WizardForm.StatusLabel.Caption := 'status update';