I am assuming that the WarningDialog is a dialog which is from your custom action and Process Always is MB_OK type button.
The click on "Proceed Anyways" button should set a property: Say GONEXT = TRUE. Then you may use this property as a condition on DLG1's Next button's new dialog event. <publish Dialog="Dlg1" Control="Next" Even="NewDialog" Value="CustomizeDlg" Order="LAST IN ORDER AS PER CODE "><![CDATA[GONEXT = "TRUE"]]></publish> Hope this helps. Regards Rohit -----Original Message----- From: Sagar1111 [mailto:sagarkavitak...@gmail.com] Sent: Thursday, March 25, 2010 4:20 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix UI navigation Help I have two dialog box Dlg1 and Dlg2. On the press of the next button of Dlg1, I am calling a custom action. Now this custom action sets a property WARNING to “0” or “1”. If warning is “0”, I need to proceed to Dlg2. If warning is “1” , I need to shown a popup dialogbox named WarningDialog box. The WarningDialog box has two buttons ‘Proceed Anyways’ or ‘Do not proceed’ If the user presses WarningDialog ‘Do not proceed’ button in WarningDialog, i should close WarningDialog and return to Dlg1. Everything works fine till this point. What i want is If the user presses ‘Proceed Anyways’ dialogbox in WarningDialog, i should close WarningDialog and navigate to Dlg2. Please help me out. -- View this message in context: http://n2.nabble.com/Wix-UI-navigation-Help-tp4796837p4796837.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ======= Notice: This e-mail message, together with any attachments, contains information of Symyx Technologies, Inc. or any of its affiliates or subsidiaries that may be confidential, proprietary, copyrighted, privileged and/or protected work product, and is meant solely for the intended recipient. If you are not the intended recipient, and have received this message in error, please contact the sender immediately, permanently delete the original and any copies of this email and any attachments thereto. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users