Home All Groups Group Topic Archive Search About
Author
17 Jan 2006 1:03 AM
Dennis
I have created a setup project and it works fine.  However, it inlcudes a
file "Dotnetfx.exe" which I have read is the installer for the required .net
framework.  I have read the documentation that is included in the MSDN but I
think I am still confused!  My question is then running the .msi file on a
user's computer that does not have the .net framework required, will it be
installed automatically.  Some places I read says it will and some say that
it won't.  Can anyone tell me if the .net framework will be installed
automatically?  Note I'm using vb.net 2003.
--
Dennis in Houston

Author
17 Jan 2006 11:27 AM
Ken Tucker [MVP]
Hi,

            You can use the visual studio bootstrapper plug in to make it
easier to redistribute the framework.  Note that running the msi will not
install the framework you must run the setup.exe that is created when you
build the setup project.

http://support.microsoft.com/default.aspx?scid=kb;en-us;888469

Ken
-----------------
Show quoteHide quote
"Dennis" <Den***@discussions.microsoft.com> wrote in message
news:45B5EE6B-A192-4AC9-A97F-AAE5AFCB077B@microsoft.com...
>I have created a setup project and it works fine.  However, it inlcudes a
> file "Dotnetfx.exe" which I have read is the installer for the required
> .net
> framework.  I have read the documentation that is included in the MSDN but
> I
> think I am still confused!  My question is then running the .msi file on a
> user's computer that does not have the .net framework required, will it be
> installed automatically.  Some places I read says it will and some say
> that
> it won't.  Can anyone tell me if the .net framework will be installed
> automatically?  Note I'm using vb.net 2003.
> --
> Dennis in Houston
Author
18 Jan 2006 1:00 AM
Dennis
Thanks.   The DotNetFx.exe and a setup.exe file are created in the bin
directory as well as the applciation.msi file when I compile my setup
project.  I assume to install the framework, the user has to double click on
the setup.exe file...is this correct?  Wonder why they didn't name it
"NetFrameWorkInstall.exe" or something more telling than just setup.exe.
--
Dennis in Houston


Show quoteHide quote
"Ken Tucker [MVP]" wrote:

> Hi,
>
>             You can use the visual studio bootstrapper plug in to make it
> easier to redistribute the framework.  Note that running the msi will not
> install the framework you must run the setup.exe that is created when you
> build the setup project.
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;888469
>
> Ken
> -----------------
> "Dennis" <Den***@discussions.microsoft.com> wrote in message
> news:45B5EE6B-A192-4AC9-A97F-AAE5AFCB077B@microsoft.com...
> >I have created a setup project and it works fine.  However, it inlcudes a
> > file "Dotnetfx.exe" which I have read is the installer for the required
> > .net
> > framework.  I have read the documentation that is included in the MSDN but
> > I
> > think I am still confused!  My question is then running the .msi file on a
> > user's computer that does not have the .net framework required, will it be
> > installed automatically.  Some places I read says it will and some say
> > that
> > it won't.  Can anyone tell me if the .net framework will be installed
> > automatically?  Note I'm using vb.net 2003.
> > --
> > Dennis in Houston
>
>
>