| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:netfx="http://wixtoolset.org/schemas/v4/wxs/netfx"> |
| 2 | <Fragment> |
| 3 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
| 4 | <Component> |
| 5 | <File Name="fake.ddl" Source="example.txt"> |
| 6 | <netfx:NativeImage Id="ExampleNgen" /> |
| 7 | </File> |
| 8 | </Component> |
| 9 | </ComponentGroup> |
| 10 | </Fragment> |
| 11 | </Wix> |