On 07-Apr-11 07:21, Pally Sandher wrote:
>    warning LGHT1101: The DefaultLanguage '0' was used for file 'SALFLIBC.DLL' 
> which has no language. Specifying a language that is different from the 
> actual file may result in unexpected versioning behaviour during a repair or 
> while patching. Either specify a value for DefaultLanguage or put the 
> language in the version information resource to eliminate this warning.
>
> which seems to imply that I'm causing this warning by doing exactly what the 
> warning tells me to do to eliminate it! I don't particularly like warnings in 
> my builds so does anyone have any suggestions on how to resolve the LGHT1101 
> warning (which don't involve adding a Language attribute to the DLL, it's a 
> 3rd party run time)? We use WiX v3.5.2519.0 at present.

Suppress it. It's rare/odd (though legal) to have no language sub-block 
at all in versioninfo, as that's where things like copyright go. The 
warning is basically saying "having versioninfo with no language block 
is weird, maybe a bug that will bite you if fixed later." The file 
versioning rules are fairly unintuitive when it comes to language.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to