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
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
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
3 matches
Mail list logo