summaryrefslogtreecommitdiffstats
path: root/data/wixl/usbredir.wxi
blob: 38fbe782d1506bed7987c60c356240c16a7128e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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="dirA85F181264B4CDDD35B5874300B3EF0F" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmpCE0EE24B2A1AF5DC602D6AF0B067F39A" Guid="*">
          <File Id="fil75C15C827FBDF05115A68E7515421B89" KeyPath="yes" Source="$(var.SourceDir)/bin/libusbredirhost-1.dll"/>
        </Component>
        <Component Win64="$(var.Win64)" Id="cmpE4FC3C3C7912197F97C49292AAEA17E2" Guid="*">
          <File Id="fil2385B1BB5B07DEF6E0DECC06F5A2A45D" KeyPath="yes" Source="$(var.SourceDir)/bin/libusbredirparser-1.dll"/>
        </Component>
        </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.usbredir">
      <ComponentGroupRef Id="CG.libusbx"/>
      <ComponentRef Id="cmpCE0EE24B2A1AF5DC602D6AF0B067F39A"/>
      <ComponentRef Id="cmpE4FC3C3C7912197F97C49292AAEA17E2"/>
    </ComponentGroup>
  </Fragment>
</Include>