Re: [WiX-users] shell Execute : Custom Action help

2007-09-30 Thread Bob Arnson
Anidil wrote: > Ok.Should i be creating a custom UI library or incorporate the custom UI code > inside my source file? > In WiX v2, it's probably easier to create a custom library. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] shell Execute : Custom Action help

2007-09-25 Thread Anidil
Ok.Should i be creating a custom UI library or incorporate the custom UI code inside my source file? Bob Arnson-6 wrote: > > Anidil wrote: >> Fine.I got one more question on this..How do i achieve the same >> functionality >> in wix 2.0? >> > > The optional controls rely on features in WiX

Re: [WiX-users] shell Execute : Custom Action help

2007-09-19 Thread Bob Arnson
Anidil wrote: > Fine.I got one more question on this..How do i achieve the same functionality > in wix 2.0? > The optional controls rely on features in WiX v3 so it's not available in v2. You'd need to use a custom dialog set. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] shell Execute : Custom Action help

2007-09-06 Thread Anidil
Fine.I got one more question on this..How do i achieve the same functionality in wix 2.0? Bob Arnson-6 wrote: > > Anidil wrote: >> And adding WIXUI_EXITDIALOGOPTIONALCHECKBOX >> will not really help me.Where and how should i be using the >> condition?Can't i achieve this functionality when usin

Re: [WiX-users] shell Execute : Custom Action help

2007-09-06 Thread Bob Arnson
Anidil wrote: > And adding WIXUI_EXITDIALOGOPTIONALCHECKBOX > will not really help me.Where and how should i be using the > condition?Can't i achieve this functionality when using the WiX standard UI > Extensions? > Yes. WIXUI_EXITDIALOGOPTIONALCHECKBOX is the name of the property the checkbo

Re: [WiX-users] shell Execute : Custom Action help

2007-09-05 Thread Anidil
i'm kinda confused with the condition in this case.first of all i use standard wix UI extensions. And adding WIXUI_EXITDIALOGOPTIONALCHECKBOX will not really help me.Where and how should i be using the condition?Can't i achieve this functionality when using the WiX standard UI Extensions? Bob A

Re: [WiX-users] shell Execute : Custom Action help

2007-09-05 Thread Bob Arnson
Anidil wrote: > I use the following code to add a check box to the final dialog and to launch > product reg web site when clicked "finish" with check box checked.But it > doesn't seems to validate the check box state and always launch the webpage > once when "finish" is clicked.Any help? > Add