summaryrefslogtreecommitdiffstats
path: root/data/wixl/libgcrypt.wxi
blob: 9e4b68e413e4595fcd3130270be2ebac3671d776 (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 libgpg-error.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dir8D95A98280E1A4395CEA99E084CF7DBF" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmp62E6A98D1545A50FDD03A0868E255359" Guid="*">
          <File Id="filEADB779B803E35614D5C3A8C9930DE5D" KeyPath="yes" Source="$(var.SourceDir)/bin/libgcrypt-11.dll"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.libgcrypt">
      <ComponentGroupRef Id="CG.libgpg-error"/>
      <ComponentRef Id="cmp62E6A98D1545A50FDD03A0868E255359"/>
    </ComponentGroup>
  </Fragment>
</Include>