Redistribute the Dotnetfx with my Setup ? 
Author Message
 Redistribute the Dotnetfx with my Setup ?

How do I distribute the .Net Framework with my setup
package?  I created a VB.Net application and a setup
project to install it.  During the build of the setup
project, I get the warning message:

WARNING: This setup does not contain the .NET Framework
which must be installed on the target machine by running
dotnetfx.exe before this setup will install. You can find
dotnetfx.exe on the Visual Studio .NET 'Windows Components
Update' media. Dotnetfx.exe can be redistributed with your
setup.

How do I redistribute the Dotnetfx with my Setup ?



Thu, 30 Dec 2004 07:12:59 GMT  
 Redistribute the Dotnetfx with my Setup ?

Quote:

>How do I redistribute the Dotnetfx with my Setup ?

You might find this informative:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnne...

--

*--------={ Fine Art for .NET }=--------*

*---------------------------------------*

       Turn on, tune in, download.



Thu, 30 Dec 2004 07:33:43 GMT  
 Redistribute the Dotnetfx with my Setup ?
I wish there was some app to download the .NET framework and automatically
install so you wouldnt have to deploy dotnetredist.exe and the user wouldnt
have to manually install it. almost like ie's active setup.

- Noah



Quote:

> >How do I redistribute the Dotnetfx with my Setup ?

> You might find this informative:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnne...
ml/dotnetframedepguid.asp
Quote:

> --

> *--------={ Fine Art for .NET }=--------*

> *---------------------------------------*

>        Turn on, tune in, download.




Fri, 31 Dec 2004 21:39:43 GMT  
 Redistribute the Dotnetfx with my Setup ?


Quote:
> I wish there was some app to download the .NET framework and automatically
> install so you wouldnt have to deploy dotnetredist.exe and the user
wouldnt
> have to manually install it. almost like ie's active setup.

> - Noah

Why don't you write us one?  ;-)

--
Bullwinkle Jones.



Sat, 01 Jan 2005 04:20:26 GMT  
 Redistribute the Dotnetfx with my Setup ?
You can get a bootstrapping program from the link Zane provided, but its in C++ and there seems to be a bug in it.

I just wrote one in VB6 that does a silent install of .NET and then installs the application.  Coupled that to autorun and the user just has to stick in the CD.  Its was quite easy to do, and all .NET compatible OSs have the VB6 runtime files already installed.

steve

Quote:



> > I wish there was some app to download the .NET framework and automatically
> > install so you wouldnt have to deploy dotnetredist.exe and the user
> wouldnt
> > have to manually install it. almost like ie's active setup.

> > - Noah

> Why don't you write us one?  ;-)

> --
> Bullwinkle Jones.



Sun, 02 Jan 2005 00:37:24 GMT  
 Redistribute the Dotnetfx with my Setup ?
You can also download one from MS at:
http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepg...

--
-----
Disclaimer:
  This posting is provided "AS IS" with no warranties, and confers no
rights.


Quote:



> > I wish there was some app to download the .NET framework and
automatically
> > install so you wouldnt have to deploy dotnetredist.exe and the user
> wouldnt
> > have to manually install it. almost like ie's active setup.

> > - Noah

> Why don't you write us one?  ;-)

> --
> Bullwinkle Jones.



Mon, 03 Jan 2005 03:44:39 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. dotnetfx.exe bootstrapper example setup.exe doesn't work

2. installing dotnetfx.exe

3. deploying vb.net on win98 - dotnetfx.exe

4. dotnetfx

5. Adding Dotnetfx.exe to the install package

6. Alternatives to the 17MB Dotnetfx.exe

7. DotNetFx.exe

8. Redistributing .NET package

9. Redistributing .NET Framework

10. Redistributing Applications With Errors

11. Redistributing a VB exe

12. Redistribute DAO 3.6

 

 
Powered by phpBB® Forum Software