Archive: Automatically advance instfiles page when finished


Automatically advance instfiles page when finished
During installation, I call Exec on one of my installed files to allow my program to do some specific tasks. Because that is the final stage in the installation, I'd like for the Page instfiles to automatically advance when it is finished (since all the user has left to do is click "close"), and my Exec'd program will handle notifying the user that installation completed successfully.

Is this possible?

I see that you can customize the LEAVE action for the page, but this is really a "INSTFILES_FINISHED" state that I want to customize.

Any help would be appreciated.


Re: Automatically advance instfiles page when finished
Hi there!

Yes, there are a few avenues you can try:

Have a look at the following instructions:
AutoCloseWindow/SetAutoClose or Quit

Cheers

Bruno


SetAutoClose worked great, thanks for the help!