[wix-users] How to link fragment into a module to produce merge module

Helge Kruse Helge.Kruse at gmx.net
Mon Nov 7 04:18:37 PST 2016


You don't reference the fragment but the ComponentGroup that is in
that fragement.You should add a ComponentGroupRef to your Directory.
The fragment is just a container that allows to write XML items
without the outer items.

<Directory Id="MergeRedirectFolder">
  <ComponentGroupRef Id="SouceGroup"/>
</Directory>

Best regards
Helge


More information about the wix-users mailing list