| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> |
| 2 | <Fragment> |
| 3 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
| 4 | <Component> |
| 5 | <File Id="Manifest.dll" Source="example.txt"> |
| 6 | <util:EventManifest MessageFile="[Manifest.dll]" ResourceFile="[Manifest.dll]" /> |
| 7 | </File> |
| 8 | </Component> |
| 9 | </ComponentGroup> |
| 10 | </Fragment> |
| 11 | </Wix> |