blob: 49f29600197b75257680a5fbe503b7b6d2f8c294 (
plain)
1
2
3
4
5
6
7
8
9
|
<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 Source="example.txt" />
</Component>
</ComponentGroup>
</Fragment>
</Wix>
|