aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/PackageComponents.wxs
blob: e0c84c6363a2248eb1941d3c06eab111affc3016 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
  <Fragment>
    <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
       <Component>
         <File Source="candle.exe" Assembly=".net" />
       </Component>
    </ComponentGroup>
  </Fragment>
</Wix>