Hi,

In src\wix\Binder.cs ProcessMergeModules exceptions are handled for
when the merge module file does not exist and some other cases and you
get great error messages. But if you've specified an invalid language
for the merge all you get is a COMException:

light.exe : error LGHT0001 : The language of this installation package
is not supported by your system. (Exception from HRESULT: 0x80070657)

Wouldn't it be good if the COMException was caught and a WixException
was thrown with source line number and file instead to make it easier
to figure out where the error is?

/Johan

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to