Re: [WiX-users] Wix UI navigation Help

2010-03-30 Thread Rohit Sharma (SIDC)
Rohit -Original Message- From: Sagar [mailto:sagarkavitak...@gmail.com] Sent: Monday, March 29, 2010 2:21 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix UI navigation Help Here is my DialogBox Dlg1 1 1 WARNING

Re: [WiX-users] Wix UI navigation Help

2010-03-29 Thread Sagar1111
Here is my DialogBox Dlg1 1 1 WARNING = "1" PROCEED = "1" OR WARNING="0" 1 -- View this message in con

Re: [WiX-users] Wix UI navigation Help

2010-03-29 Thread Rohit Sharma (SIDC)
-users] Wix UI navigation Help Thw warning Dialog box gets displayed. but when i press 'Proceed Anyways' button it sets the PROCEED property to '1' and closes itself. but the wizard stays at Dlg1. and does not navigate to Dlg2. Here is what the log says: Action 10:56:17: Dlg1

Re: [WiX-users] Wix UI navigation Help

2010-03-29 Thread Sagar1111
Thw warning Dialog box gets displayed. but when i press 'Proceed Anyways' button it sets the PROCEED property to '1' and closes itself. but the wizard stays at Dlg1. and does not navigate to Dlg2. Here is what the log says: Action 10:56:17: Dlg1. Dialog created MSI (c) (1C:68) [10:56:20:142]: Do

Re: [WiX-users] Wix UI navigation Help

2010-03-26 Thread Rohit Sharma (SIDC)
egards Rohit -Original Message- From: Sagar [mailto:sagarkavitak...@gmail.com] Sent: Friday, March 26, 2010 10:57 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix UI navigation Help Hi Rohit How can we call a WarningDialog from custom action ? Following is the code snip

Re: [WiX-users] Wix UI navigation Help

2010-03-25 Thread Sagar1111
Hi Rohit How can we call a WarningDialog from custom action ? Following is the code snippet of my wxs file which is calling WarningDialog. 1 WARNING = "1" PROCEED = "1" OR WARNING="0" 1 1

Re: [WiX-users] Wix UI navigation Help

2010-03-25 Thread Rohit Sharma (SIDC)
m it. Regards Rohit -Original Message- From: Sagar [mailto:sagarkavitak...@gmail.com] Sent: Thursday, March 25, 2010 6:22 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix UI navigation Help Thanks Rohit

Re: [WiX-users] Wix UI navigation Help

2010-03-25 Thread Sagar1111
Thanks Rohit for the quick reply   I didn’t get this line: “I am assuming that the WarningDialog is a dialog which is from your custom action and Process Always is MB_OK t

Re: [WiX-users] Wix UI navigation Help

2010-03-25 Thread Rohit Sharma (SIDC)
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.