Hello,

 

I am using the ui elements:

 

     <UIRef Id='WixUI_InstallDir' />

     <UIRef Id='WixUI_ErrorProgressText' />

 

The standard dialogs.

 

In this scenario, you get the ExitDialog (with the finish button) after
the progress dialog.

 

But what I want is:

 

If a property is passed in to the installer - let's call it
"AutoFinish", then, right after the ProgressDialog completes, just exit
the wizard with the appropriate status.

 

 

Is there a way I can inject that behavior into the standard dialogs or
do I need to design my own Progress Dialog that just checks that
parameter and exits when it is finished?

 

 

 

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to