Re: [WiX-users] Property value not changing properly

2010-03-04 Thread Alex Wernecke
Fantastic. Thanks for your help, got it working. Regards, Alex -Original Message- From: Lisa Gracias [mailto:lisathelugubri...@gmail.com] Sent: Wednesday, March 03, 2010 2:49 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Property value not

Re: [WiX-users] Property value not changing properly

2010-03-03 Thread Lisa Gracias
I had the same problem. Apparently, "Feature conditions that include properties set during the UI sequence won’t work as expected." Instead, use the AddLocal and Remove events. This should shed some light on the issue: http://www.joyofsetup.com/2007/05/30/feature-conditions-and-ui/ On Wed, Mar 3,

[WiX-users] Property value not changing properly

2010-03-03 Thread Alex Wernecke
Hi, I have a problem with a condition that checks a property's value in order to set the LEVEL for a FEATURE Here is my code PROPERTY that is used by the RADIOBUTTONGROUP : I have tried leaving the value out, changing to different etc etc but compiler errors occur then... FE