"Torgeir Bakken (MVP)" wrote:
[color=blue]
> listar wrote:
>[color=green]
> > I cannot update "Microsoft.net Framework 1.1 service Pack 1"
> > The reason Error Code 66A[/color]
> Hi
>
> See if the tip from Eric57 works for you:
>
> From: Eric57 <eric@NOSPAMwebbuilt.com>
> Subject: One Solution to .NET Framework Service Pack Install Errors
> Date: Fri, 17 Sep 2004 22:49:02 -0700
> Message-ID: <09C57381-9528-4BA9-8D71-554AB6D1D2A2@microsoft.com>
> Newsgroups:
microsoft.public.windowsupdate
>
>
> <quote>
> I had originally posted a solution for .NET Framework 1.0 643 errors,
> but the same methodology will solve the problem for 1.1 errors. In
> addition, the following steps may rectify other hex code errors. The
> problem is a corrupt Framework library and the solution is to restore
> it to a previous working state. The important thing is to use the
> correct .NET Framework Redistributable library in the following steps.
>
> MS is aware of the Framework corruption issues as documented in the
> following two files:
>
> \<windows dir>\Microsoft.NET\Framework\v1.0.3705\repair.htm <--1.0
> \<windows dir>\Microsoft.NET\Framework\v1.1.4322\1033\repairRedist.htm <--1.1
>
> They note: "You may need to repair your installation of the .NET
> Framework after upgrading your operating system or if the system
> becomes corrupted". Each then recommend using "dotnetfx.exe" to
> restore the .NET Framework to a previous state.
>
> To obtain the correct dotnefx, first download either the
>
> ".NET Framework 1.0 Redistributable"
> or
> ".NET Framework 1.1 Redistributable"
>
> from: [url]http://msdn.microsoft.com/netframework/downloads/updates/default.aspx[/url]
>
> This download is a self-extracting file named "dotnetredist.exe".
> Click on it to obtain the "dotnetfx.exe" file. Next, from a command
> line prompt, change to the directory containing "dotnetfx.exe" and
> enter:
>
> dotnetfx.exe /t:%temp% /c:"msiexec.exe /fvecms %temp%\netfx.msi"
>
> Note that the quotes are required after the /c: switch. When the
> installer is done, invoke Windows Update and select the failed
> Framework Service Pack for reinstall. WU should now complete and
> mark the update as Installed.
>
> Hope this helps,
> Eric Webb
>
> </quote>
>
>
> If the above doesn't work, and it is the .NET Framework v1.1 you
> have trouble with, you could try this one:
>
> How to troubleshoot
Microsoft .NET Framework 1.1 installation issues
> [url]http://support.microsoft.com/?id=824643[/url]
>
> Note this one from the URL above:
>
> <quote>
> 4. Zap Windows Installer information from the registry by using the
> Msizap.exe utility. The Msizap.exe utility is included with
Microsoft
> Windows Installer Software Development Kit (SDK). To download Windows
> Installer SDK, visit the following
Microsoft Web site:
>
> [url]http://www.microsoft.com/msdownload/platformsdk/sdkupdate/[/url]
> </quote>
>
> A bit overkill to download and install WI SDK to obtain Msizap.exe ;-)
>
> MSIZAP.EXE is included as a utility in the support tools installation
> package on the WinXP CD.
>
> Install "Support Tools" by starting suptools.msi from
> <cd-drive>\Support\Tools\
>
> Also note that there is updated versions of Support Tools available:
>
> Windows XP Service Pack 2 Support Tools
> [url]http://www.microsoft.com/downloads/details.aspx?FamilyID=49ae8576-9bb9-4126-9761-ba8011fabf38[/url]
>
> If you don't have a WinXP CD, it should be ok to install and use the
> downloadable SP2 version of Support Tools on a WinXP SP1 computer.
>
>
> --
> torgeir,
Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> [url]http://www.microsoft.com/technet/scriptcenter/default.mspx[/url]
> hello....the link provided is for 2.0 ......not 1.1 ?????[/color]