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