aboutsummaryrefslogtreecommitdiff
path: root/src/ext/DifxApp/test/WixToolsetTest.DifxApp/TestData/UsingDriver/PackageComponents.wxs
blob: 9609771a3253f042f2b64fe124f42d6197635a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
     xmlns:difxapp="http://wixtoolset.org/schemas/v4/wxs/difxapp">
  <Fragment>
    <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
       <Component>
           <File Source="example.txt" />
           <difxapp:Driver />
       </Component>
    </ComponentGroup>
  </Fragment>
</Wix>