| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | <Module Id="SimpleMM" Language="1033" Version="1.0.0.0" Guid="86FB9E91-ACF3-4EDF-B711-72DAF2443692" InstallerVersion="200"> |
| 3 | <SummaryInformation Manufacturer="Example Corporation" /> |
| 4 | |
| 5 | <ComponentGroupRef Id="ProductComponents" /> |
| 6 | </Module> |
| 7 | |
| 8 | <Fragment> |
| 9 | <Directory Id="MergeRedirectFolder" /> |
| 10 | </Fragment> |
| 11 | |
| 12 | <Fragment> |
| 13 | <ComponentGroup Id="ProductComponents" Directory="MergeRedirectFolder"> |
| 14 | <Component Id="MMtxt" Guid="2D93B748-4926-4185-BC84-9F1D6883AF20"> |
| 15 | <File Source="MergeModule.txt" /> |
| 16 | </Component> |
| 17 | </ComponentGroup> |
| 18 | </Fragment> |
| 19 | </Wix> |