blob: d9b211bde025ab1f36838cf5a10fa2bd6f18b177 (
plain)
1
2
3
4
5
6
7
8
9
|
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:netfx="http://wixtoolset.org/schemas/v4/wxs/netfx">
<Fragment>
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
<Component>
<File Name="fake.dll" Source="example.txt" />
</Component>
</ComponentGroup>
</Fragment>
</Wix>
|