virtualizing a .net application
- by vvavepacket
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?