|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
FrameWork 2.0 deployment as part of Deployment projectHi,
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 -- Show quoteGregory A. Beamer ************************************************* Think Outside the Box! ************************************************* "Bob" <b**@nowhere.com> wrote in message news:uU$mESGhGHA.1244@TK2MSFTNGP04.phx.gbl... > 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 > > Hi Gregory,
Thank you for the pointer. regards Bob Show quote "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamM> wrote in message news:uZ7X$gKhGHA.4708@TK2MSFTNGP04.phx.gbl... > 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! > ************************************************* > "Bob" <b**@nowhere.com> wrote in message > news:uU$mESGhGHA.1244@TK2MSFTNGP04.phx.gbl... > > 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 > > > > > > |
|||||||||||||||||||||||