Anyone out there know how to fix this?
Thanks for your help.
"Error Code" wrote:
I researched this and came up with this link:
http://support.microsoft.com/kb/923100
I followed the intructions and I fixed the problem for me.
In "add remove programs" from the control panel, be sure to check the box
that says "display updates". I had a beta version of .NET FW 3.5 installed
previously. I removed that update, rebooted my computer, then installed the
.NET FW 3.5 (most recent and NON BETA) and it all worked.
Hope that helps.
> bloody Microsoft must fix this issue in the update itself. Some not so good
> programmer messed up and now lots of people have to deal with this bull.
I haven't yet seen any evidence that these issues are caused by a fault in the
update rather than existing issues on the affected computers. Be that as it
may, it is unlikely that Microsoft will make any changes to the .NET 3.5
installer at this point.
Harry.
Some time ago I also had this (or a very similar) problem on one of my
machines with the "update to .NET framework 3.x", after much debugging I
think I found the reason, and it WAS a Microsoft mistake (though
reporting bugs to Microsoft is always impossible thanks to the PSS idiots):
Even though the update description did not say so, the update downloaded
by Windows Update/Microsoft Update actually contained two complete and
unrelated MSI patches for two different versions of the .NET framework.
If patch#1 is irrelevant or already installed on your computer,
installing patch#1 fails and the stupid, stupid update package then
skips the needed patch#2 and reports that the entire update package
failed to install (with no reporting of the details, just a
HRESULT-wrapped hexadecimal version of a decimal MSI error code). The
next time WU/MU/AU checks for updates it again checks if patch#2 is
needed and not installed, redownloads the two-patch update package, runs
it and fails again and again and again.
So far the only workaround I could find was to uninstall ALL versions of
the .NET framework, reboot, use the ".NET Cleaner" to remove anything
not removed by the uninstall programs, reboot, manually reinstall all
the .NET frameworks and their service packs from full administrative
downloads in whichever sequence bypasses the problem, reboot, rerun
WU/MU, reboot, rerun WU/MU, reboot.
The thing Microsoft could/should do is simply put the two MSI patches
individually on WU/MU/AU (which already supports MSP files directly),
then the fact that each patch is tried on its own and the separation of
the detection for patch#1 and patch#2 should clean up the problem
automagically.
--
Jakob Bøhm, M.Sc.Eng. * j...@danware.dk * direct tel:+45-45-90-25-33
Netop Solutions A/S * Bregnerodvej 127 * DK-3460 Birkerod * DENMARK
http://www.netop.com * tel:+45-45-90-25-25 * fax:+45-45-90-25-26
Information in this mail is hasty, not binding and may not be right.
Information in this posting may not be the official position of Netop
Solutions A/S, only the personal opinions of the author.
> I'm going to wait a bit on this one before I uninstall the
> whole mess and start over like the last time.
I have found that that is not necessary if you revert to a manual install
*and* you pay attention to the diagnostics it tries to give you if it fails.
In fact, you may find that those same diagnostics are already present
in the logs the install creates; then the only real significant effect of the
manual install is that it highlights the suggested resolution for you.
> Something is just not
> coordinated properly - it's the only update issue I've ever had, and here it
> is again. :(
In my case it was some beta versions of the components it includes
that it wanted me to uninstall first. YMMV.
Good luck
Robert Aldwinckle
---