Include framework in setup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I want to create a setup application including the microsoft .net framework. This is to avoid having to install it separately. How can I do it?

Thanks in advance
Ricardo Saraiva
 
Ricardo Saraiva said:
Hi,

I want to create a setup application including the microsoft .net
framework. This is to avoid having to install it separately. How can I do
it?
Thanks in advance,
Ricardo Saraiva.
Here are a couple of places to start (watch out for URL wrap):

http://msdn.microsoft.com/library/d...and_deploying__net_framework_applications.asp

and

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/vsredistdeploy.asp

Hope this helps.
 
Back
Top