According to my interpretation of http://msdn2.microsoft.com/library/aa369003.aspx the file is not a font file, and yet the MsiGetFileVersion() api was able to retrieve a version but not a language value for that file (indicating that a language value was not found in a version resource that was found). Apparently that ICE thinks that only font files can have a version but not a language in the version resource.
You can either ask whoever created that file (I assume Office) to fix it, or you can either suppress that warning (or simply ignore it). Since it is a warning and not an error, it shouldn't prevent you from getting/using your MSI (unless you have specified the -wx flag to light). I suppose you could add a DefaultLanguage attribute, but I suspect that would break servicing/patching/etc. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Sent: Thursday, November 08, 2007 9:37 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] ICE60 with HPGLIM32.FLT I'm getting an error that looks like this (new for WiX3, latest weekly build) C:\MFragment.xml(8) : warning LGHT1076 : ICE60: The file MCmdFile1000 is not a Font, and its version is not a companion file reference. It should have a language specified in the Language column. Errrr....what??? The line in question looks like this: <File Id="MCmdFile1000" Name="HPGLIM32.FLT" Source="C:\HPGLIM32.FLT" /> The file can be found here: http://support.microsoft.com/kb/q196506/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users