main
wxs 8 lines 252 Bytes
Raw
1 <?xml version="1.0" encoding="utf-8"?>
2 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <Fragment>
4 <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
5 <?include DontDoThis.wxi ?>
6 </ComponentGroup>
7 </Fragment>
8 </Wix>