Re: [WiX-users] Radio button group with all buttons unchecked by default in WIX3

2009-03-22 Thread Bob Arnson
Alexey Doctorovich wrote: > I am not sure I understand you. That question raised as a result of wix3 > integration and it worked for us all the time with wix2. That's because you didn't run validation with WiX v2; with v3, it runs as part of the Light process. You used functionality that is doc

Re: [WiX-users] Radio button group with all buttons unchecked by default in WIX3

2009-03-22 Thread Alexey Doctorovich
Hi Bob, Bob Arnson wrote: > MSI doesn't support that (though it obviously works). That's what the ICE34 > message says. I am not sure I understand you. That question raised as a result of wix3 integration and it worked for us all the time with wix2. With wix2 you can use any value that is not

Re: [WiX-users] Radio button group with all buttons unchecked by default in WIX3

2009-03-21 Thread Bob Arnson
Alexey Doctorovich wrote: > I want to implement a radio button group, so that initially all buttons are > unchecked. MSI doesn't support that (though it obviously works). That's what the ICE34 message says. -- sig://boB http://joyofsetup.com/ ---

[WiX-users] Radio button group with all buttons unchecked by default in WIX3

2009-03-19 Thread Alexey Doctorovich
Hi people :) I want to implement a radio button group, so that initially all buttons are unchecked. In WiX2 this was possible to do in the following way: ... -1 WiX3 won't accept it with the following error: isabpa.wxs(1794) : error LGHT0204 : ICE34: -1 is not a v

Re: [WiX-users] Radio Button Group

2008-10-07 Thread Wendell Joost
What the designer wants is as follows: The dialog defaults to this state: Radio button has no options selected. Next button is disabled until a radio button option is selected by the user. My understanding of MSI and WiX is that this is not supported (one button in a radio button group MUST be s

Re: [WiX-users] Radio Button Group

2008-10-07 Thread Richard
In article <[EMAIL PROTECTED]>, "Wendell Joost" <[EMAIL PROTECTED]> writes: > Using Wix 3.0.4513.0, is there any way to specify a Radio Button Group > so that *none* of the items in the group are selected? Are you trying to enforce that no selection is made, or are you trying to provide ano

[WiX-users] Radio Button Group

2008-10-07 Thread Wendell Joost
Using Wix 3.0.4513.0, is there any way to specify a Radio Button Group so that *none* of the items in the group are selected? I'm not finding a way to do this and our software architects are insisting that we do it this way. Thanks! Wendell --