Hi,
I want develop Wix extension that will be similar to custom action
sequence declaration:
<InstallExecuteSequence>
<Custom Action="MyCA" After="InstallFiles" Overridable="yes"/>
</InstallExecuteSequence>
Its mean I will declare something like this.
<Component Id="comp1" Guid="{C0376212-7F2A-46d9-BE88-0045025A38B7}">
<MyLogic Id="Logic1" Sequence="100"/>
<MyLogic Id="Logic2" />
</Component>
<MyNode>
<MyLogic Logic="Logic2" After="Logic1"/>
</MyNode>
Its mean that only on link stage I can calculate real sequence for all
objects of MyLogic type.
Can I do it in Wix v3?
Thanks,
Dima
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users