Re: [WiX-users] "Next" button and check statements

2006-10-27 Thread Bob Arnson
Anton Filippov wrote: > For 'Next' button I check this property. > NOT > EmptyInterfaces > EmptyInterfaces > > if EmptyInterfaces property is not set - I spawn dialog, right? > Then I ask, and if user click 'Yes' I publish 'EmptyInterfaces' > property and exit from question dlg. > And now I must cl

Re: [WiX-users] "Next" button and check statements

2006-10-26 Thread Anton Filippov
When I click 'Yes' button, I publish 1 For 'Next' button I check this property. NOT EmptyInterfaces EmptyInterfaces if EmptyInterfaces property is not set - I spawn dialog, right? Then I ask, and if user click 'Yes' I publish 'EmptyInterfaces' property and exit from question dlg. And now I must c

Re: [WiX-users] "Next" button and check statements

2006-10-26 Thread Bob Arnson
Anton Filippov wrote: > // EmptyInterfacesDlg > Height="17" Text="[ButtonText_Yes]"> > 1 > 1 > > > > AskInterfacesDlg generates popup dlg with question, if user click > 'yes' - generates new dialog, but 'AskInterfacesDlg' don't close. > If uncomment line, verifydlg not generates. > You c

Re: [WiX-users] "Next" button and check statements

2006-10-26 Thread Anton Filippov
//AskInterfacesDlg NOT EmptyInterfaces EmptyInterfaces // EmptyInterfacesDlg 1 1 AskInterfacesDlg generates popup dlg with question, if user click 'yes' - generates new dialog, but 'AskInterfacesDlg' don't close. If uncomment line, verifydlg not generates. On 10/27/06, Bob Arnson

Re: [WiX-users] "Next" button and check statements

2006-10-26 Thread Bob Arnson
Anton Filippov wrote: > I tried to publish NewDialog, but it's not work. > Can you post the code for the Next button with NewDialog? That should work. -- sig://boB http://bobs.org - Using Tomcat but need to do more? Ne

[WiX-users] "Next" button and check statements

2006-10-26 Thread Anton Filippov
Hi All! I've question: In my setup sequence, user must set same data in custom action dlg. but, if user don't set this data, I ask for empty data and continue installation NOT EmptyInterfaces EmptyInterfaces // EmptyInterfacesErrDlg: 1 1 1 How to continue process, if user click