[wix-users] warning LGHT1076: ICE60: The file xxx.dll is not a Font, and its version is not a companion file reference.

Hoover, Jacob Jacob.Hoover at greenheck.com
Mon May 10 08:38:42 PDT 2021


How is the component which includes this file authored?

From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Vilius Šumskas via wix-users
Sent: Saturday, May 8, 2021 5:15 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Vilius Šumskas <v.sumskas at advantes.tech>
Subject: [wix-users] warning LGHT1076: ICE60: The file xxx.dll is not a Font, and its version is not a companion file reference.

Hello,

my Wix project has one DLL file which doesn‘t have Language information or entry point defined. It‘s actually a Microsoft JDBC SQL library which should be called by the application directly.

Every time when I compile a project I get:
warning LGHT1076: ICE60: The file sqljdbc_auth.dll is not a Font, and its version is not a companion file reference.

Internet search suggests that I should use DefaultLanguage=”0” for such files, but this produces:
warning LGHT1101: The DefaultLanguage '0' was used for file 'sqljdbc_auth.dll' which has no language.

I suppose this has something to do with this description from Wix documentation:
“…This is the default language of this file. The linker will replace this value from the value in the file _if the suppress files_ option is not used….”

What is this “suppress files” option? What is the proper way to fix this warning? Or should I just ignore ICE60 warnings for projects which use such DLL files?

--
Best Regards,
Vilius


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/<http://www.firegiant.com>
NOTE: This email was received from an external source. Please use caution when opening links or attachments in the message.


More information about the wix-users mailing list