Announcement

Collapse
No announcement yet.

Removing Finished Install Screen Display Delay

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Removing Finished Install Screen Display Delay

    The installation program that I am working on has a significant delay on screen displays between the Before Installing-Ready To Install screen and the After Installing Finished Install screen.
    There is about a 3 to 5 second delay where there is no installation screen displayed until the Finished Install screen displays and this can be confusing to the user about the installation being completed

    We have added Post-Install actions and there is also action code in the Finished Install On Preload action.

    Is there a suggestion on changes I can make to reduce this delay or adding of some interim message/screen?

    I move the action code in the Finished Install On Preload action to the Post Install actions section and this did not reduce the screen display delay.


    Thanks again for your time and attention.

  • #2
    This was addressed via technical support ticket. The issue was caused by actions running in the On Post Install script, and solved by adding a StatusDlg to this script, advancing the ProgressBar each time a new task in the script was done.

    Ulrich

    Comment

    Working...
    X