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)
;s new dialog event. Hope this helps. Regards Rohit -Original Message- From: Sagar [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 t

[WiX-users] Wix UI navigation Help

2010-03-25 Thread Sagar1111
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. T