Re: [WiX-users] Publish several events with condition.

2009-05-06 Thread Sergey Abakumoff
Thanks you very much, it worked like a charm. Richard-45 wrote: > > > Windows Installer doesn't realize that the property value has changed > inside your custom action. The workaround is to add a control event > after the DoAction event that sets the property to itself, i.e. > , then do your

Re: [WiX-users] Publish several events with condition.

2009-05-06 Thread Richard
Windows Installer doesn't realize that the property value has changed inside your custom action. The workaround is to add a control event after the DoAction event that sets the property to itself, i.e. , then do your remaining events that use the Licensed property in their condition. -- "The Dir

[WiX-users] Publish several events with condition.

2009-05-05 Thread Sergey Abakumoff
What I am trying to accomplish: In one of the dialogs of my installer, I call the custom action of type 6(VBScript file stored in a Binary table stream) when user clicks on the button: Here is the custom action definition: In VBScript function I set th