/usr/share/wixl-0.95/include/libgcrypt.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 libgpg-error.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="INSTALLDIR">
<Directory Id="dir8D95A98280E1A4395CEA99E084CF7DBF" Name="bin">
<Component Win64="$(var.Win64)" Id="cmp62E6A98D1545A50FDD03A0868E255359" Guid="*">
<File Id="filEADB779B803E35614D5C3A8C9930DE5D" KeyPath="yes" Source="$(var.SourceDir)/bin/libgcrypt-20.dll"/>
</Component>
</Directory>
</DirectoryRef>
</Fragment>
<Fragment>
<ComponentGroup Id="CG.libgcrypt">
<ComponentGroupRef Id="CG.libgpg-error"/>
<ComponentRef Id="cmp62E6A98D1545A50FDD03A0868E255359"/>
</ComponentGroup>
</Fragment>
</Include>
|