| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 3 | <Fragment> |
| 4 | <ComponentGroup Id="ProductComponents"> |
| 5 | <Component Id="ClassComp" Directory="INSTALLFOLDER" Guid="9BFDA7DC-CA16-40B3-A6B5-961E60B30892"> |
| 6 | <File Source="test.txt" Name="ClassComp.txt"> |
| 7 | <Class Id="3FAED4CC-C473-4B8A-BE8B-303871377A4A" /> |
| 8 | </File> |
| 9 | </Component> |
| 10 | </ComponentGroup> |
| 11 | </Fragment> |
| 12 | </Wix> |