How do I to include ".Net Framework 2.0" in my application intallation?

  • Thread starter Carlos Villaseñor M.
  • Start date
C

Carlos Villaseñor M.

Hi Everybody!

I just developed my first application in C#.Net 2005, but I encounter thatif
I create a simple deployment application to install it in other computers,
when the deploymentapplication is executed, always appears the message that
asks for ".Net Framework 2.0" actualization in the target PC. Does exists
something to include the ".Net framework 2.0" in the deployment project in
order to update automatically the target PC and then install my applicatión?
I need a procedure that explains step by step, I reviewed
"search.msdn.microsoft.com" where appears something like "bootstrap"
application but I don't understand the procedure.

I appreciate some help.

Thank you.

Calor Villaseñor M.
 
V

Vadym Stetsyak

Hello, Carlos!
You wrote on Fri, 4 Aug 2006 10:20:36 -0500:

CVM> I just developed my first application in C#.Net 2005, but I encounter
CVM> thatif I create a simple deployment application to install it in other
CVM> computers, when the deploymentapplication is executed, always appears
CVM> the message that asks for ".Net Framework 2.0" actualization in the
CVM> target PC. Does exists something to include the ".Net framework 2.0"
CVM> in the deployment project in order to update automatically the target
CVM> PC and then install my applicatión? I need a procedure that explains
CVM> step by step, I reviewed "search.msdn.microsoft.com" where appears
CVM> something like "bootstrap" application but I don't understand the
CVM> procedure.

Take a look at
( http://msdn2.microsoft.com/en-us/library/k3bxs9z6.aspx )
( http://support.microsoft.com/default.aspx?scid=kb;en-us;324733 )
 

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

Top