Reggie Burnett wrote:
> I'm using wix v3 and the mondo ui style.  I want to not show a license 
> agreement dialog.  Here's the snippet I've included to try and do that.

You can't remove functionality from the UI; you can only add it. So your 
control events are being added to the existing WixUI_Mondo Back/Next 
control events. To remove functionality, you need to copy and paste the 
existing WixUI_Mondo fragment into your project, then change the control 
events there. That way you still get the dialogs from WixUIExtension but 
can add your own control events.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
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