Hello.
I understand that you would like to remove the .NET Framework 1.0 silently,
that is, without using the control panel.
Add/Remove programs gets its .NET Framework 1.0 entry from the following
registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Micro
soft .NET Framework Full v1.0.3705 (1033)
The value of that "UninstallString" subkey is the command that Add/Remove
Programs runs when you elect to uninstall via Add/Remove Programs. Mine
looks like this:
"UninstallString"="E:\\WINDOWS\\Microsoft.NET\\Framework\\Install.exe /u /p
Microsoft .NET Framework Full v1.0.3705 (1033)"
You should be able to uninstall silently by executing the same command but
with "/q" appended to it. You'll also need to convert any double-slashes
into single-slashes in any directory paths. In my case, the command would
look like this:
E:\WINDOWS\Microsoft.NET\Framework\Install.exe /u /p Microsoft .NET
Framework Full v1.0.3705 (1033) /q
Note that the "1033" references above mean that this is the English version
of the .NET Framework 1.0 on my machine. If your version is non-English
then each of those references should be different.
See if that works.
Cheers!
-Blair.
--------------------
> From: "=?Utf-8?B?RGF2ZSBEcmFrZQ==?=" <DaveDrake@discussions.microsoft.com>
> Subject: Can I silently uninstall the old 1.0 framework?
[quoted text clipped - 6 lines]
>
> Thanks!

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.