Re: [WiX-users] Trouble using Fragments in merge module files

2009-10-01 Thread Younie, Bradford
> My guess is you need a > somewhere in your mymodule.wxs file to pull in the fragment > in your Templates.wxs file. That did the trick! I created a ComponentGroup in the Fragment, and then added a ComponentGroupRef in the Module. Thanks for all your help! Brad -- Learn more about Ch

Re: [WiX-users] Trouble using Fragments in merge module files

2009-10-01 Thread Younie, Bradford
> My guess is you need a > somewhere in your mymodule.wxs file to pull in the fragment > in your Templates.wxs file. Okay. I'll try that. > What do you mean by " If I do the same thing to include them > in my main installer, it works fine."? You change > for and it works? Or what specifica

Re: [WiX-users] Trouble using Fragments in merge module files

2009-09-30 Thread Blair
al Message- From: Younie, Bradford [mailto:bradford.you...@chasepaymentech.com] Sent: Wednesday, September 30, 2009 11:05 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Trouble using Fragments in merge module files I'm developing multiple merge modules

[WiX-users] Trouble using Fragments in merge module files

2009-09-30 Thread Younie, Bradford
I'm developing multiple merge modules that share some data files in common. I want to have the data files defined in a Fragment that each merge module uses. For some reason, the files in my fragment doesn't install, even though it builds with no error. If I add the fragment to the main installer, i