FrameWork 2.0 deployment as part of Deployment project

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
 
C

Cowboy \(Gregory A. Beamer\)

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!
*************************************************
 

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