janisito
Posts: 78
Joined: Thu Apr 09, 2015 6:28 am

Jump over dialogs based on install parameter

Hi!

My installer sometimes needs a reboot to be able to continue. Currently I'm using the RunOnce registry key to run my installer with a RESUME="True" parameter passed to the installer. After reboot when my installer starts I would like to jump over all the dialogs and go directly to the VerifyReadyDlg dialog. What is the best way to accomplish this?

Thx,

Regards
Jan
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Jump over dialogs based on install parameter

Hi Jan,

To achieve what you want you may try to use our "Show only if" option on the dialogs you do not want be displayed with the condition set to

Code: Select all

NOT RESUME
Have a look on our "Display a dialog based on a checkbox state" tutorial for a starting point.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”