/usr/share/wixl-0.95/include/gettext.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 win-iconv.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="INSTALLDIR">
<Directory Id="dirBBB2DE8E8B5E7A934B840E6BDE8EE865" Name="bin">
<Component Win64="$(var.Win64)" Id="cmpAB304E617DA059E0A52EC5BF43346A01" Guid="*">
<File Id="fil3887CE3C6978DEAEF194F74409A51F95" KeyPath="yes" Source="$(var.SourceDir)/bin/libintl-8.dll"/>
</Component>
</Directory>
</DirectoryRef>
</Fragment>
<Fragment>
<ComponentGroup Id="CG.gettext">
<ComponentGroupRef Id="CG.win-iconv"/>
<ComponentRef Id="cmpAB304E617DA059E0A52EC5BF43346A01"/>
</ComponentGroup>
</Fragment>
</Include>
|