| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 3 | <Fragment> |
| 4 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
| 5 | <File Source="test.txt" /> |
| 6 | |
| 7 | <Component Id="Shared.dll" Shared="yes"> |
| 8 | <File Name="Shared.dll" Source="test.txt" /> |
| 9 | </Component> |
| 10 | </ComponentGroup> |
| 11 | </Fragment> |
| 12 | </Wix> |