How to integrate the .NET Framework with the program?Thanks

  • Thread starter Thread starter pcserver
  • Start date Start date
P

pcserver

How can i make my program to detect if the OS has .NET Framework installed,
and install the .NET framework if the OS has no .NET Framework.

Thanks in advanced.
 
There is also a chance to link .NET framework with your application and run
it on a machine which has not .NET framework installed without needing to
install it - this is very useful in situations when you need to deploy your
applications to environments where no installation is possible (limited
accounts)

Have a look at http://thinstall.com/
 
Back
Top