FrameWork 2.0 deployment as part of Deployment project

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Hi,
I need my setup and deployment project to install Framework 2.0. I have got
the redistibutable dotnetfx.exe but can't see how to include it in the setup
project. There used to be a setup.exe and Settings.ini file in V1.1. Can't
find the same thing for V2.0
The install will be where there is no web acccess to the whole thing has to
be self contained and automatic.
i.e. Clicking the msi file and letting it ask to download the framework
won't work.
Thanks
Bob
 
The bootstrapping article (which describes the download) should have info on
this as well. Do a search on MSDN on bootstrap. If not, you can make a
custom installer class and use a Process class to fire off an unattended
install. The command line is shown in this blog entry:
http://blogs.msdn.com/astebner/archive/2006/01/14/512893.aspx

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 
Back
Top