main
wxs 10 lines 305 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Fragment>
3 <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
4 <Component>
5 <File Source="example.txt" />
6 <Provides Key="UsingProvides" />
7 </Component>
8 </ComponentGroup>
9 </Fragment>
10 </Wix>