main
wxs 9 lines 328 Bytes
Raw
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.dll" Source="example.txt" />
6 </Component>
7 </ComponentGroup>
8 </Fragment>
9 </Wix>