From: Don Phillipson on
"Rick Merrill" <Rick0.merrill(a)gmail.nospam.com> wrote in message
news:e8ncgo74KHA.4264(a)TK2MSFTNGP02.phx.gbl...

> John John - MVP wrote:
> > Any application that makes use of any of them will no longer work if you
> > remove them. Also note that dot nets are not backward compatible, an
> > application coded with .net1 cannot use .net3, it needs the proper .net
> > version installed.
>
> Thank you. What would be the first step in "finding out" if anything
> uses NET? (I thought uninstall would at least leave behind any .DLL
> used by another well-behaved application.)

"Peter Foldes" <okf22(a)hotmail.com> wrote in message
news:eXvicB84KHA.3184(a)TK2MSFTNGP05.phx.gbl...

> Very simple. Did you install them through WU . If you did then some
program called
> on it to be installed. If you did not install it on your own then a
program that you
> installed it by needing it. The dot NET gets installed or Updated when a
program
> calls for it or needs it

NET software is used by MS (and other programmers) to enable
uploading. We can uninstal all NET software in confidence that,
if some future MS upload requires it, we will be directed to the
appropriate MS page to reinstal. But this also means that, if
we uninstal NET, and some non-MS app later requires NET to upload,
we may not be conveniently pointed where to go to get it.

--
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)
In other words, if you desperately need the


From: Rick Merrill on
Peter Foldes wrote:
> Rick
> Very simple. Did you install them through WU . If you did then some
> program called on it to be installed. If you did not install it on your
> own then a program that you installed it by needing it. The dot NET gets
> installed or Updated when a program calls for it or needs it
>

Frankly, I 'thought' they were all installed by Windows Update. But I
have since removed a number of applications that might (might) have
claimed to need it in the past.


From: glee on
"Rick Merrill" <Rick0.merrill(a)gmail.nospam.com> wrote in message
news:%237wovII5KHA.620(a)TK2MSFTNGP02.phx.gbl...
> Peter Foldes wrote:
>> Rick
>> Very simple. Did you install them through WU . If you did then some
>> program called on it to be installed. If you did not install it on
>> your
>> own then a program that you installed it by needing it. The dot NET
>> gets
>> installed or Updated when a program calls for it or needs it
>>
>
> Frankly, I 'thought' they were all installed by Windows Update. But I
> have since removed a number of applications that might (might) have
> claimed to need it in the past.

Not sure what Peter is referring to. If you installed the Microsoft
..NET Framework 3.5 Service Pack 1 and .NET Framework 3.5 Family Update
from Windows Update (which was supplied via WU a little over a year
ago), it installed an update for .NET Framework 2.0, and ALSO installed
..NET Framework 3.5 whether you needed it or not.

As far as I know, that update installed .NET Framework 3.5 even if you
had no software installed that used it.

Have a look here:
..NET Confusion: Microsoft .NET Framework 3.5 Service Pack 1 and .NET
Framework 3.5 Family Update
http://www.bleepingcomputer.com/blogs/mowgreen/index.php?showentry=1457

--
Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
A+
http://dts-l.net/

From: LD55ZRA on
Rick Merrill wrote:

>
> Can one safely "uninstall" some of the .NET
> installations?

It depends on whether you installed all of them manually or did some
third party applications install redistributable versions on your system?

If you installed them yourself then probably you don't need them and so
uninstall them; If some third party applications installed them then
you do need them (not all but a specific version).

Very soon, you will be bombarded with version 4. I have downloaded and
installed on my system because I have started using VS 2010 for my work.

<http://www.microsoft.com/downloads/details.aspx?familyid=9CFB2D51-5FF4-4491-B0E5-B386F32C0992&displaylang=en>

hth


--
THE INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
KIND. LD55ZRA DISCLAIMS ALL WARRANTIES, EITHER EXPRESSED OR
IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL LD55ZRA
OR ITS ASSOCIATES BE LIABLE FOR ANY DAMAGES WHATSOEVER
INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF
BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF LD55ZRA OR ITS
ASSOCIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR
LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL
DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright LD55ZRA 2010.

From: Rick Merrill on
LD55ZRA wrote:
> Rick Merrill wrote:
>
>>
>> Can one safely "uninstall" some of the .NET
>> installations?
>
> It depends on whether you installed all of them manually or did some
> third party applications install redistributable versions on your system?
>
> If you installed them yourself then probably you don't need them and so
> uninstall them; If some third party applications installed them then you
> do need them (not all but a specific version).
>
> Very soon, you will be bombarded with version 4. I have downloaded and
> installed on my system because I have started using VS 2010 for my work.
>
> <http://www.microsoft.com/downloads/details.aspx?familyid=9CFB2D51-5FF4-4491-B0E5-B386F32C0992&displaylang=en>
>
>
> hth
>
>

Assuming "version 4" is a good thing, wouldn't it be sensible to remove
1-3.5 of .NET first, then install NET4?