| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | <Module Id="MergeModule1" Language="1033" Version="1.0.0.0" Guid="243FB739-4D05-472F-9CFB-EF6B1017B6DE"> |
| 3 | <SummaryInformation Manufacturer="!(loc.Manufacturer)" /> |
| 4 | |
| 5 | <Directory Id="MergeRedirectFolder"> |
| 6 | <Component Id="ModuleComponent1" Guid="A04E61B2-3ED4-4803-B2EB-4B773576FA45"> |
| 7 | <File Id="File1" Name="file1.txt" Source="test.txt" /> |
| 8 | </Component> |
| 9 | </Directory> |
| 10 | |
| 11 | <Directory Id="NotTheMergeRedirectFolder"> |
| 12 | <Component Id="ModuleComponent2" Guid="EADB3047-BD32-417B-AABF-B8D9CCDC22DA"> |
| 13 | <File Id="File2" Name="file2.txt" Source="test.txt" /> |
| 14 | </Component> |
| 15 | </Directory> |
| 16 | </Module> |
| 17 | </Wix> |