[Mono-list] Running EXE's without "Mono" preamble

Miguel de Icaza miguel at ximian.com
Sun Jun 4 21:25:27 EDT 2006


Hello,

> I am starting to write some apps with C# on mono and I need to be able to
> call the executeable directly instead of as "mono myapp.exe".

One portable approach (this means the solution will work on other Unix
systems, not only on Linux) is to create a shell script that calls mono
and your application.

If you follow this guide, you can also get a number of benefits, like
relocatable binaries, check on:

	http://www.mono-project.com/Guidelines:Application_Deployment

Miguel


More information about the Mono-list mailing list