[wix-users] ICE 60 warning re not a font file...

Phill Hogland phill.hogland at rimage.com
Tue Mar 22 14:26:47 PDT 2016


I have this situation with some QT DLLs which do not have the Lang file property value defined.  (This seems to be common on DLLs from other platforms - Linux).  I use a Registry value as the Component's KeyPath, rather than the affected file as the KeyPath.  This has worked for me since WiX 3.7
________________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Steve Ogilvie <sogilvie at msn.com>
Sent: Tuesday, March 22, 2016 2:14 PM
To: WiX User List
Subject: [wix-users] ICE 60 warning re not a font file...

Hi all,
Using WiX 3.10.2 when I compile a new installer I get this warning:

"Warning  ICE60: The file fil9B21CCB32D3386EF01396B0C6D5F4195 is not a Font, and its version is not a companion file reference. It should have a language specified in the Language column."
My component looks like this:
<Directory Id="DIRECTORY_PATH_SERVER_fonts" Name="fonts">
  <Component Id="cmp_Fonts" Guid="{8D46F1C9-E962-4A78-A8F9-88FC655BED97}" KeyPath="yes">
    <File Id="fil9B21CCB32D3386EF01396B0C6D5F4195" Source="$(var.sourcePath)\fonts\glyphicons-halflings-regular.ttf" />I have tried googling and trying some suggestions but they didn't work...
Any ideas?
Thanks,
Steve


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list