Make a setup from a Visual Studio .net Project

Anusha

Member
Jun 13, 2006
25,864
5
0
It is not just a setup that I need.

There is one very important requirement.

I don't want to install the whole .net framework. Is there a way to add only the classes of .net framework that are required for the application to the runtime folder and make the application use them instead of the requiring the whole .net framework?

This setup needs to be installed on a crappy PC, and installing .net framework will take hours!

Please help, if anyone knows how to do that.
 

fallenzeraphine

Active member
  • Jan 29, 2008
    1,385
    9
    38
    theres no way to do that son, u have to install .net framework, cuz the program u made is not compiled to Native code (its in Common language and needs CLR to intepret it) so it needs to be interpreted by the .net framework, so simply u need the whole framework to make it run