blob: a1c806d97bba713a814cbfc2b8fa2cd57943a05a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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.ddl" Source="example.txt">
<netfx:NativeImage Id="ExampleNgen" />
</File>
</Component>
</ComponentGroup>
</Fragment>
</Wix>
|