run lit on multiple input files (.wixobj) without specifing the -out switch
lit input1.wixobj input2.wixobj
Expected:
an error message for a missing output file name
Actual:
an unhandled exception is thrown as well
lit.exe : error LIT0001 : must specify output file when using more than one input file
Parameter name: -out
Exception Type: System.ArgumentException
Stack Trace:
at Microsoft.Tools.WindowsInstallerXml.Tools.Lit.Run(String[] args) in d:\delivery\Dev\wix\src\lit\lit.cs:line 103
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 15 days (the time period specified by
the administrator of this Tracker).