summaryrefslogtreecommitdiffstats
path: root/data/wixl/libpng.wxi
blob: b7c507588d8d8847eaaf3272dcc12d6cc0a88a5e (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 zlib.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dir4F037DA059A1304DD8B0E91921F03295" Name="bin">
        <Component Id="cmp71CA8B05415501F69863A36302EE1D4F" Guid="*">
          <File Id="fil61969A4C9C2629AE404A707620CF5AED" KeyPath="yes" Source="$(var.SourceDir)/bin/libpng15-15.dll"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.libpng">
      <ComponentGroupRef Id="CG.zlib"/>
      <ComponentRef Id="cmp71CA8B05415501F69863A36302EE1D4F"/>
    </ComponentGroup>
  </Fragment>
</Include>