Sorry, mistake in title.
 I want execute part of logic under light.exe (not lit.exe)
Dima

On Mon, Aug 18, 2008 at 10:26 PM, Dmitry Berkovich <[EMAIL PROTECTED]> wrote:
> 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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to