Installing the .NET Framework - DOTNET
This is a discussion on Installing the .NET Framework - DOTNET ; Is there some Microsoft website or ftp server that I can point my
installer to to download dotnetfx. Pointing users to the Windows
update page is not an option, I would like my application to install
the .NET framework seamlessly ...
-
Installing the .NET Framework
Is there some Microsoft website or ftp server that I can point my
installer to to download dotnetfx. Pointing users to the Windows
update page is not an option, I would like my application to install
the .NET framework seamlessly and silently without asking the user to
do anything other than agreeing to the license. Is this possible?
regards Mark
-
Re: Installing the .NET Framework
For best practices in deploying the FX redistributable, see
http://msdn.microsoft.com/library/en...asp?frame=true
HabibH.
"Mark" <msegal@semaview.com> wrote in message
news:15afd44b.0311131330.2fdd2f4b@posting.google.com...
> Is there some Microsoft website or ftp server that I can point my
> installer to to download dotnetfx. Pointing users to the Windows
> update page is not an option, I would like my application to install
> the .NET framework seamlessly and silently without asking the user to
> do anything other than agreeing to the license. Is this possible?
>
> regards Mark
-
Re: Installing the .NET Framework
Thanks for replying to my post Habib, I appreciate it. However my
question remains unanswered, what I'm looking for is a permanent ftp or
website which I can hardcode into my installer. I do not wish to
distribute the .NET framework myself. .NET can be downloaded from the MS
site however the website has a dynamic session key and therefore cannot
be hardcoded into an install script. Also the sample install application
that Microsoft recomends using requires that you have dotnetfx available
from somewhere. My question is where is that?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
-
Re: Installing the .NET Framework
On Fri, 14 Nov 2003 07:11:38 -0800, in microsoft.public.dotnet.faqs you wrote:
>Thanks for replying to my post Habib, I appreciate it. However my
>question remains unanswered, what I'm looking for is a permanent ftp or
>website which I can hardcode into my installer. I do not wish to
>distribute the .NET framework myself. .NET can be downloaded from the MS
I can understand the desire not to have to distribute the framework. However,
what about people who download your application that do not have broadband
access? What would you do for those consumers of your application?
Similar Threads
-
By Application Development in forum DOTNET
Replies: 3
Last Post: 08-24-2007, 08:16 AM
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 08-16-2007, 07:44 PM
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 07-12-2007, 05:39 PM
-
By Application Development in forum DOTNET
Replies: 2
Last Post: 06-12-2007, 10:35 AM
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 02-13-2004, 01:47 PM