cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jchristman
Level 8

Installscript Install Progress Bar

Is there a way to have the progress bar reset and update it with InstallScript. I have some Installscript process i would like to have update the progress bar so the user still sees that something is going and do not think that something is wrong and cancel the install.
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

For an InstallScript project, please see SetStatusWindow and StatusUpdate; WaitForApplication (if you're using that to launch something) also supports a callback with which you can do something at regular intervals...
0 Kudos
jchristman
Level 8

Thank you the setstatuswindow works nicely, I am not for sure how to get the WaitForApplication to work with LaunchAppAndWait to update the status window.
0 Kudos