File: libgcrypt.wxi

package info (click to toggle)
msitools 0.106%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,336 kB
  • sloc: ansic: 18,006; yacc: 862; sh: 416; perl: 217; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<?require gcc.wxi?>
<?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-20.dll"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.libgcrypt">
      <ComponentGroupRef Id="CG.gcc"/>
      <ComponentGroupRef Id="CG.libgpg-error"/>
      <ComponentRef Id="cmp62E6A98D1545A50FDD03A0868E255359"/>
    </ComponentGroup>
  </Fragment>
</Include>