Karim MacDonald wrote:
> I have a Fragment file, InstallExecuteSequence.wxs, that contains only an
> InstallExecuteSequence node:
> <InstallExecuteSequence>
>   <Custom Action="SetProp1" Sequence="10"/>
> </InstallExecuteSequence>
>
> My problem is that this sequence doesn't by default get included within
> anything I build. E.g.:
>   

That's be design: Light is a "smart linker," so it brings in only those 
fragments that are referenced. There are a number of *Ref elements that 
create such references but not a sequence reference. That's a little odd 
-- usually, you'd want to include a custom action with any scheeduling, 
so CustomActionRef does the trick.

You can use another *Ref, like PropertyRef, too.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to