[Mono-dev] [Newbie] Force to run a c# apps with Mono Runtime

Autif Khan autif.mlist at gmail.com
Mon Feb 13 18:42:44 UTC 2012


On Sat, Feb 11, 2012 at 1:44 PM, Nixeus <transfairre at free.fr> wrote:
> Hello,
>
> I have an apps in c# designed for Mono.
> I don't have the source code, but just the EXE.
>
> I would like to force that this exe will be run with the MONO runtime.
>
> So in order to doignt this,i would like to create a c# apps that make a
> thing like this :
>
> System.Diagnostics.Process.start("MyExe.exe")  but to force that my.exe.exe
> runs with the MONO Runtime.
>
> Nevertheless i would like to embedd the Mono Runtime in the application in
> order to execute the programm without having installing the MONO runtime.
>
> Is this possible ?
> How doing this please ?
>
> Thanks a lot for all your help,
>
> Best regards,
>
> Nixeus
>

You can have the my.exe as an embedded resource in a C app - this C
app could also have the mono runtime as embedded resource. It does
look like an enorrmous task though.


More information about the Mono-devel-list mailing list