| 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 | <ComponentGroupRef Id="ProductComponents" /> |
| 4 | </Module> |
| 5 | |
| 6 | <Fragment> |
| 7 | <ComponentGroup Id="MinimalComponentGroup" Directory="TARGETDIR"> |
| 8 | <Component Guid="243FB739-4D05-472F-9CFB-EF6B1017B6DE"> |
| 9 | <File Source="test.txt" /> |
| 10 | </Component> |
| 11 | </ComponentGroup> |
| 12 | </Fragment> |
| 13 | </Wix> |