/usr/share/wixl-0.95/include/libpng.wxi is in wixl 0.95-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 Win64="$(var.Win64)" Id="cmp71CA8B05415501F69863A36302EE1D4F" Guid="*">
<File Id="fil61969A4C9C2629AE404A707620CF5AED" KeyPath="yes" Source="$(var.SourceDir)/bin/libpng16-16.dll"/>
</Component>
</Directory>
</DirectoryRef>
</Fragment>
<Fragment>
<ComponentGroup Id="CG.libpng">
<ComponentGroupRef Id="CG.zlib"/>
<ComponentRef Id="cmp71CA8B05415501F69863A36302EE1D4F"/>
</ComponentGroup>
</Fragment>
</Include>
|