2

Possible Duplicate:
The State of Linkers for .NET apps (aka “Please Sir, May I have a Linker” 2009 edition)

I have a C# application designed for Mono. I don't have the source code, but just the EXE.

I would like to force this EXE to run with the Mono runtime.

So in order to do this, I would like to create a C# app that does this:

System.Diagnostics.Process.start("MyExe.exe")  

but to force that MyExe.exe runs with the MONO Runtime.

Additionally, I would like to embed the Mono Runtime in the application in order to execute the program without having installing the Mono runtime.

Is this possible? If yes, how?

Community
  • 1
  • 1
  • I don't think this is a duplicate, He wants to be sure that mono is the thing that executes this program. Perhaps even if this is windows. This can be done with mkbundle. – IanNorton Feb 12 '12 at 00:29

0 Answers0