How can include .Net framework in the deployment application?

  • 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 that
if I create a deployment applicatión to install it in other computers, when
the deployment application is executed, always appears the message that asks
for ".Net Framework 2.0" actualization in the target PC, but if there are
not internet connection or the connection is very slow, the installation is
not possible. 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 appreciate some help.

Thank you.

Calor Villaseñor M.
 
M

msnews.microsoft.com

I don't have the URL at hand, but you can bootstrap dependencies on your
installer. Look up bootstrap and .NET, esp. on msdn.microsoft.com. Someone
has created a tool to more easily edit the bootstrapping files, as welll.

If I get a chance to search for URL, I will post it.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think Outside the Box!
*************************************************
 

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