How can include .Net framework in the deployment application?

  • Thread starter Thread starter Carlos Villaseñor M.
  • Start date 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.
 
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!
*************************************************
 
Back
Top