Turning .NET executable into native executable

Posted by lmsasu on Stack Overflow See other posts from Stack Overflow or by lmsasu
Published on 2009-07-27T12:52:18Z Indexed on 2010/03/16 15:31 UTC
Read the original article Hit count: 640

Filed under:
|
|

Hello all,

Is there any approach to convert an application developed in .NET into a native executable (sources are included)?

Installing the whole framework (up to .NET Framework 3.5 SP1) takes a lot of time - not always the computers are updated from the internet. Is it possible to call NGen in order to produce independent executables?

Thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about native-executable