virtualizing a .net application

Posted by vvavepacket on Super User See other posts from Super User or by vvavepacket
Published on 2012-12-02T02:54:37Z Indexed on 2012/12/02 5:08 UTC
Read the original article Hit count: 455

My professor ask me to create an application and it will be run on a machine without .NET installed.

My application utilizes .NET 4.0 (just basic c# necessites but without the LINQ and complicated references) and he only wants executable file. So how can we run this application on his machine without install .NET (like the setup files and stuff)????

I was thinking of virtualizing via VMware ThinApp, but I find it difficult since it requires the application to be installed, yet my professor only wants the application to be in exe format (so thinapp cannot track the changes in my system).

Any alternative? suggestions?

© Super User or respective owner

Related posts about virtualization

Related posts about .net-framework