I noticed that .NET 1.x gets installed via MS Updates (Critical maybe?).
But it appears that .NET 2.0 does not - we send out CD's to our customers
containing autorun executables to demonstrate our solutions. We're finding
that when sending new CD's out with apps created in VS2005 using NET 2.0,
our customers are telling us they are receiving an error. We may need to
include the dotnetfx for NET 2.0.

Can someone tell me if the NET 2.0 Framework is installed with Regular MS
Updates? If not, when they will as 1.x has?

Thanks!

Re: .NET 2.0 - MS Updates by Michael

Michael
Wed Jun 06 23:28:33 CDT 2007

It's an optional update.

Mike Ober.

"JoeM" <jom@nohostanywhere.com> wrote in message
news:%23auCl3JqHHA.4772@TK2MSFTNGP05.phx.gbl...
>I noticed that .NET 1.x gets installed via MS Updates (Critical maybe?).
>But it appears that .NET 2.0 does not - we send out CD's to our customers
>containing autorun executables to demonstrate our solutions. We're
>finding that when sending new CD's out with apps created in VS2005 using
>NET 2.0, our customers are telling us they are receiving an error. We may
>need to include the dotnetfx for NET 2.0.
>
> Can someone tell me if the NET 2.0 Framework is installed with Regular MS
> Updates? If not, when they will as 1.x has?
>
> Thanks!
>
>




Re: .NET 2.0 - MS Updates by David

David
Sat Jun 09 18:04:45 CDT 2007


"JoeM" <jom@nohostanywhere.com> wrote in message
news:%23auCl3JqHHA.4772@TK2MSFTNGP05.phx.gbl...
>I noticed that .NET 1.x gets installed via MS Updates (Critical maybe?).
>But it appears that .NET 2.0 does not - we send out CD's to our customers
>containing autorun executables to demonstrate our solutions. We're
>finding that when sending new CD's out with apps created in VS2005 using
>NET 2.0, our customers are telling us they are receiving an error. We may
>need to include the dotnetfx for NET 2.0.
>
> Can someone tell me if the NET 2.0 Framework is installed with Regular MS
> Updates? If not, when they will as 1.x has?
>

AFAIK, both .NET 1.1 and 2.0 are optional updates. Maybe your customers
have other apps that install .NET 1.1? I don't think it happens as a forced
Windows Update.

-- David



Re: .NET 2.0 - MS Updates by Ben

Ben
Sat Jun 09 19:34:23 CDT 2007


"JoeM" <jom@nohostanywhere.com> wrote in message
news:%23auCl3JqHHA.4772@TK2MSFTNGP05.phx.gbl...
>I noticed that .NET 1.x gets installed via MS Updates (Critical maybe?).
>But it appears that .NET 2.0 does not - we send out CD's to our customers
>containing autorun executables to demonstrate our solutions. We're
>finding that when sending new CD's out with apps created in VS2005 using
>NET 2.0, our customers are telling us they are receiving an error. We may
>need to include the dotnetfx for NET 2.0.
>
> Can someone tell me if the NET 2.0 Framework is installed with Regular MS
> Updates? If not, when they will as 1.x has?

The regular .NET 2.0 Framework is, but if you're using VS SP1, then your
apps rely on newer DLLs than are provided by the Framework install. (At
least C++ modules do, and my apps always have at least one C++ library).

>
> Thanks!
>


Re: .NET 2.0 - MS Updates by JoeM

JoeM
Mon Jun 11 18:30:09 CDT 2007

Dang... I thought this framework gig was going to help us distribute apps
easier...


"Ben Voigt [C++ MVP]" <rbv@nospam.nospam> wrote in message
news:BD19FDDF-EB87-4963-A384-C2C0FA1DEF89@microsoft.com...
>
> "JoeM" <jom@nohostanywhere.com> wrote in message
> news:%23auCl3JqHHA.4772@TK2MSFTNGP05.phx.gbl...
>>I noticed that .NET 1.x gets installed via MS Updates (Critical maybe?).
>>But it appears that .NET 2.0 does not - we send out CD's to our customers
>>containing autorun executables to demonstrate our solutions. We're
>>finding that when sending new CD's out with apps created in VS2005 using
>>NET 2.0, our customers are telling us they are receiving an error. We
>>may need to include the dotnetfx for NET 2.0.
>>
>> Can someone tell me if the NET 2.0 Framework is installed with Regular MS
>> Updates? If not, when they will as 1.x has?
>
> The regular .NET 2.0 Framework is, but if you're using VS SP1, then your
> apps rely on newer DLLs than are provided by the Framework install. (At
> least C++ modules do, and my apps always have at least one C++ library).
>
>>
>> Thanks!
>>
>



Re: .NET 2.0 - MS Updates by RobinS

RobinS
Thu Jun 21 01:52:59 CDT 2007

If you use ClickOnce deployment, you can include the .Net Framework as a
prerequisite and include the redistributable from MS. You can use ClickOnce
to deploy to a CD. And if you do that, you can offer incremental updates
via a website.

Robin S.
--------------------------


"JoeM" <jom@nohostanywhere.com> wrote in message
news:eixo3BIrHHA.4604@TK2MSFTNGP04.phx.gbl...
> Dang... I thought this framework gig was going to help us distribute apps
> easier...
>
>
> "Ben Voigt [C++ MVP]" <rbv@nospam.nospam> wrote in message
> news:BD19FDDF-EB87-4963-A384-C2C0FA1DEF89@microsoft.com...
>>
>> "JoeM" <jom@nohostanywhere.com> wrote in message
>> news:%23auCl3JqHHA.4772@TK2MSFTNGP05.phx.gbl...
>>>I noticed that .NET 1.x gets installed via MS Updates (Critical maybe?).
>>>But it appears that .NET 2.0 does not - we send out CD's to our
>>>customers containing autorun executables to demonstrate our solutions.
>>>We're finding that when sending new CD's out with apps created in VS2005
>>>using NET 2.0, our customers are telling us they are receiving an error.
>>>We may need to include the dotnetfx for NET 2.0.
>>>
>>> Can someone tell me if the NET 2.0 Framework is installed with Regular
>>> MS Updates? If not, when they will as 1.x has?
>>
>> The regular .NET 2.0 Framework is, but if you're using VS SP1, then your
>> apps rely on newer DLLs than are provided by the Framework install. (At
>> least C++ modules do, and my apps always have at least one C++ library).
>>
>>>
>>> Thanks!
>>>
>>
>
>