summaryrefslogtreecommitdiffstats
path: root/data/wixl/libgusb.wxi
blob: 8b9e55a164a91cf4aa74e3c269475163c1ad3f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<?require libusbx.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dir0A02B9976ECAC052F7D6E741C5BFCC52" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmp7B434F85E8A0180CA509DCFDC02CD035" Guid="*">
          <File Id="filEC72AF5E9D2EFB872ABA22161EF36494" KeyPath="yes" Source="$(var.SourceDir)/bin/libgusb-2.dll"/>
        </Component>
        </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.libgusb">
      <ComponentGroupRef Id="CG.libusbx"/>
      <ComponentRef Id="cmp7B434F85E8A0180CA509DCFDC02CD035"/>
    </ComponentGroup>
  </Fragment>
</Include>