The unmerged version of MyTool.exe does not show a console window while this merged version does. The project settings for MyTool is Window Application. Any help with the settings for ILMerge?
Code:
c:\"Program Files"\Microsoft\ILMerge\ILMerge.exe ^
/target:exe ^
/out:MyTool.exe ^
..\library\MyTool.exe ^
..\library\CalCurves.dll ^
..\library\EngProfiles.dll ^
..\library\SpreadSheetProcessing.dll ^
..\library\SpreadSheetConverter.dll ^
..\library\Tlm.dll ^
..\library\TlmFormat.dll ^
..\library\XmlConverter.dll ^
..\library\Cmd.dll
Comment