summaryrefslogtreecommitdiffstats
path: root/data/wixl/portablexdr.wxi
blob: aa31bbb2a00d63fe98f52b24d765fcd6bc6842e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dir7C303E1CF4227C4EEED3DF9B384A5920" Name="bin">
        <Component Id="cmp71C30D312561CF1E41637E013EB57148" Guid="*">
          <File Id="fil1F98D5AC7BB937F51DE8B64953358EA4" KeyPath="yes" Source="$(var.SourceDir)/bin/libportablexdr-0.dll"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.portablexdr">
      <ComponentRef Id="cmp71C30D312561CF1E41637E013EB57148"/>
    </ComponentGroup>
  </Fragment>
</Include>