You can force an error by creating a custom error type and then calling it.  
Under the UI element 
create an error element with a unique id like this:
<Error Id="2000">Your error message here</Error>

Then create a CustomAction like this:
<CustomAction Id="MyError" Error="2000"/>

You can then schedule that CustomAction in your InstallUISequence.

Rob


Magus wrote:
> Is there a way to force these dialogs at run time.  I am trying to make sure
> my Custom UI Dialogs for them appear and get the proper information to
> display in them that would appear normally.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to