[WiX-users] Problem with condition based on custom property

2009-05-26 Thread Routhier Louis
Hi, I made a custom action that needs to run only if a checkbox was checked during UI or not at all if in quiet or minimal mode. To do this, I created my property, linked it to my checkbox and then configured my condition but it seems that no matter what I do, the action is always ran. Here are

Re: [WiX-users] Problem with condition based on custom property (Routhier Louis)

2009-05-26 Thread Routhier Louis
OK, please don't throw me rocks... When I tried to debug my custom action, I realised I reversed the condition (<> 1 instead of =1)... I hope this won't happen again as I feel so shameful :P Les renseignements contenus dans ce message peuvent ĂȘtre confidentiels. Si vous n'ĂȘtes pas le destinatai

Re: [WiX-users] Problem with condition based on custom property

2009-05-26 Thread cemiles
http://msdn.microsoft.com/en-us/library/aa370912.aspx Try making the property public so it can be passed from the UI to execute sequence. Routhier Louis wrote: > > Hi, > I made a custom action that needs to run only if a checkbox was checked > during UI or not at all if in quiet or minimal mod