File: zlib.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 (19 lines) | stat: -rw-r--r-- 712 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
<?xml version="1.0" encoding="utf-8"?>
<?require gcc.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dir0B67CC27EB49B5BDEEB6FC29E81D9A88" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmp756537FE3C108611BF8CD08AED61D290" Guid="*">
          <File Id="fil592EE6B483F8EF8500AB4D3BC83064DD" KeyPath="yes" Source="$(var.SourceDir)/bin/zlib1.dll"/>
        </Component>
        </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.zlib">
      <ComponentGroupRef Id="CG.gcc"/>
      <ComponentRef Id="cmp756537FE3C108611BF8CD08AED61D290"/>
    </ComponentGroup>
  </Fragment>
</Include>