473,387 Members | 1,572 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Ilmerge of a win application shows a console window - how to hide it

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?

Expand|Select|Wrap|Line Numbers
  1. c:\"Program Files"\Microsoft\ILMerge\ILMerge.exe  ^
  2.     /target:exe ^
  3.     /out:MyTool.exe ^
  4.     ..\library\MyTool.exe ^
  5.     ..\library\CalCurves.dll ^
  6.     ..\library\EngProfiles.dll ^
  7.     ..\library\SpreadSheetProcessing.dll ^
  8.     ..\library\SpreadSheetConverter.dll ^
  9.     ..\library\Tlm.dll ^
  10.     ..\library\TlmFormat.dll ^
  11.     ..\library\XmlConverter.dll ^
  12.     ..\library\Cmd.dll
Nov 23 '10 #1
1 1899
My description needs further follow up. Without the dll's merged into the exe, the application executes without a console window. However, when they are merged into the exe, the application has an undesired console window along with the form. So I thing there must be an ilmerge setting to handle this.
Nov 23 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Lucas Raab | last post by:
I'm looking to play a joke on a friend and I'm wondering if there's a way to not show or hide the DOS console. My friend doesn't have python so I have to compile it to an EXE. TIA
4
by: Jason Callas | last post by:
I am trying to figure out how to create a console window but cannot figure out how to do this. I know it can be done since the C# and VB console template projects do this but I see no code on how...
4
by: Eric Nelson | last post by:
Hi folks, How do I suppress the console window in a console app? If I double-click the app from explorer, I'd like the window not to appear. Thanks, Eric
2
by: Ram | last post by:
I have a console application that brings up a dialog if invoked with no command line parameters. If I double click on my application a console window is briefly displayed before the dialog appears...
9
by: DaveF | last post by:
Can you hide a vb.net console window?
1
by: Brian Mitchell | last post by:
Hello, I have 2 questions regarding the console window in a console application 1) How do I make a prompt follow the blinking cursor? For instance, I have a prompt of ">" to let the...
5
by: Scott | last post by:
Hi everyone, I have a c# console app that when run through an autorun.inf file, launches a web page from the CD. It works just fine but I would like the console window minimized on startup....
2
by: xfadeuk | last post by:
I have a requirement to create a simple window switching program, which switches between 2 windows when the specified hotkey is pressed. I have managed to accomplish this fairly easilly although I...
7
by: Abelard | last post by:
How do I programmatically minimize the console window in a VB .NET console application?
10
by: Stephany Young | last post by:
When one uses the System.Diagnostics.Process.Start method to launch a common or garden Console application, one can set the WindowStyle property of the StartInfo object to ProcessWindowStyle.Hidden...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.