Re: [WiX-users] wixlib and custom actions

2009-12-22 Thread Bob Arnson
eric.hyb...@emc.com wrote: > I'm not sure if this is as-designed or not, but it turns out the problem > was in having multiple fragments in the wixlib source, and no reference > between the fragments. > Yes, that's by design. You can add references and keep the fragments small, which has the

Re: [WiX-users] wixlib and custom actions

2009-12-22 Thread eric.hybner
I'm not sure if this is as-designed or not, but it turns out the problem was in having multiple fragments in the wixlib source, and no reference between the fragments. This doesn't include the CustomAction or InstallExecuteSequence updates, but it does include the Component and ComponentGroup

Re: [WiX-users] wixlib and custom actions

2009-12-22 Thread Rob Mensching
Can you share out an example of how the elements are organized in Fragments? Most likely you're just needing a reference that isn't in place. On Tue, Dec 22, 2009 at 3:33 PM, wrote: > I defined some components and custom actions and use those custom > actions in the InstallExecute sequence withi