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.

   <!-- Remove the license agreement dialog -->
   <UI>
     <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog"
Value="SetupTypeDlg">1</Publish>
     <Publish Dialog="SetupTypeDlg" Control="Back" Event="NewDialog"
Value="WelcomeDlg">1</Publish>
   </UI>

The installer correctly goes from Welcome to setuptype but hitting back at
setuptype lands me back on license agreement.  Any idea why?

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