Re: [WiX-users] Sub-feature in separate wxs file

2010-09-23 Thread Pally Sandher
st...@paretoplatform.com] Sent: 22 September 2010 17:14 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Sub-feature in separate wxs file I have all my components separated out into multiple files and am trying to achieve a structure like this: Main app: - Plugins - Plugin 1

Re: [WiX-users] Sub-feature in separate wxs file

2010-09-22 Thread Bob Arnson
On 22-Sep-10 12:13, pcristini wrote: > And I don't want the Plugin.Users.wxs file to have any reference to the > Plugin.UserSync.wxs The most likely cause is that the fragment containing the child feature isn't getting linked in. WiX follows references from the entry section (Product) to its c

[WiX-users] Sub-feature in separate wxs file

2010-09-22 Thread pcristini
I have all my components separated out into multiple files and am trying to achieve a structure like this: Main app: - Plugins - Plugin 1 - User Plugin - User Sync Plugin (this one is not showing up) - Plugin 3 And I don't want the Plugin.Users.wxs file to have any refer