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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top