File: libssh2.wxi

package info (click to toggle)
msitools 0.101%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,800 kB
  • sloc: ansic: 17,990; yacc: 862; sh: 416; perl: 201; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 786 bytes parent folder | download | duplicates (4)
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 openssl.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dir064043D40E77DC44421D58671372D5DB" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmpEE42CB652174B969C39CF95DFE7C4795" Guid="*">
          <File Id="fil5263FC7525E4BF3618E45072353DC03A" KeyPath="yes" Source="$(var.SourceDir)/bin/libssh2-1.dll"/>
        </Component>
        </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.libssh2">
      <ComponentGroupRef Id="CG.gcc"/>
      <ComponentGroupRef Id="CG.openssl"/>
      <ComponentRef Id="cmpEE42CB652174B969C39CF95DFE7C4795"/>
    </ComponentGroup>
  </Fragment>
</Include>