Re: [WiX-users] Dialog: Set a Property conditionally

2008-06-29 Thread Richard
In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> writes: > I have a radiobuttongroup (see below) and I would like to set the Property > INSTALLTYPE=0 when the RadioButtonGroup is disabled (Condition: NOT > (DEVICETYPE = "0" OR DEVICETYPE = "7")). How can I do this? Use a control event on

Re: [WiX-users] Dialog: Set a Property conditionally

2008-06-27 Thread postingbox
Hello, I have a radiobuttongroup (see below) and I would like to set the Property INSTALLTYPE=0 when the RadioButtonGroup is disabled (Condition: NOT (DEVICETYPE = "0" OR DEVICETYPE = "7")). How can I do this? Thank's for the help! Chris -

Re: [WiX-users] Dialog: Set a Property conditionally

2008-06-23 Thread Bob Arnson
[EMAIL PROTECTED] wrote: > I have a radiobuttongroup (see below) and I would like to set the Property > INSTALLTYPE=0 when the RadioButtonGroup is disabled (Condition: NOT > (DEVICETYPE = "0" OR DEVICETYPE = "7")). How can I do this? > Use the same conditions in a SetProperty element. -- sig:

[WiX-users] Dialog: Set a Property conditionally

2008-06-23 Thread postingbox
Hello, I have a radiobuttongroup (see below) and I would like to set the Property INSTALLTYPE=0 when the RadioButtonGroup is disabled (Condition: NOT (DEVICETYPE = "0" OR DEVICETYPE = "7")). How can I do this? Thank's for the help! Chris