· wrote:
> Useless to me. I don't even have .NET 1.0 installed and this
> damned SP3 update keeps getting shoved in my face. Then it fails
> with 8007F070, which isn't mentioned on that site anywhere.
If you need help with the SP3 stuff - well - most likely you need to locate
your Office XP CD and put it in before you attempt the update. I say this
assuming you have Office XP and not Windows 2000 - another possibility.
Also - something *could* be awry with your WU...
Try one (or both) of these:
Solution to try (1):
Get Dial-a-Fix:
http://wiki.djlizard.net/Dial-a-fix
Use its options to fix Windows Installer, fix Windows Update, and all the
Registration Center options.
Turn off the "Empty System32\Catroot 2"
Then click "GO"
Do NOT do "Flush SoftwareDistribution".
Solution to try (2):
1) Reboot and logon as a user with Administrative Privs...
2) Immediately run the following batch script (You will have to create it by
cutting/pasting as directed.)
- Click Start, Run, type: notepad C:\register.bat and press Enter. Choose
Yes when you are prompted.
- Copy the following commands and then paste them into the opened Notepad
window:
regsvr32 comcat.dll /s
regsvr32 shdoc401.dll /s
regsvr32 shdoc401.dll /i /s
regsvr32 asctrls.ocx /s
regsvr32 oleaut32.dll /s
regsvr32 shdocvw.dll /I /s
regsvr32 shdocvw.dll /s
regsvr32 browseui.dll /s
regsvr32 browseui.dll /I /s
regsvr32 msrating.dll /s
regsvr32 mlang.dll /s
regsvr32 hlink.dll /s
regsvr32 mshtmled.dll /s
regsvr32 urlmon.dll /s
regsvr32 plugin.ocx /s
regsvr32 sendmail.dll /s
regsvr32 scrobj.dll /s
regsvr32 mmefxe.ocx /s
regsvr32 corpol.dll /s
regsvr32 jscript.dll /s
regsvr32 msxml.dll /s
regsvr32 imgutil.dll /s
regsvr32 thumbvw.dll /s
regsvr32 cryptext.dll /s
regsvr32 rsabase.dll /s
regsvr32 inseng.dll /s
regsvr32 iesetup.dll /i /s
regsvr32 cryptdlg.dll /s
regsvr32 actxprxy.dll /s
regsvr32 dispex.dll /s
regsvr32 occache.dll /s
regsvr32 occache.dll /i /s
regsvr32 iepeers.dll /s
regsvr32 urlmon.dll /i /s
regsvr32 cdfview.dll /s
regsvr32 webcheck.dll /s
regsvr32 mobsync.dll /s
regsvr32 pngfilt.dll /s
regsvr32 licmgr10.dll /s
regsvr32 icmfilter.dll /s
regsvr32 hhctrl.ocx /s
regsvr32 inetcfg.dll /s
regsvr32 tdc.ocx /s
regsvr32 MSR2C.DLL /s
regsvr32 msident.dll /s
regsvr32 msieftp.dll /s
regsvr32 xmsconf.ocx /s
regsvr32 ils.dll /s
regsvr32 msoeacct.dll /s
regsvr32 inetcomm.dll /s
regsvr32 msdxm.ocx /s
regsvr32 dxmasf.dll /s
regsvr32 l3codecx.ax /s
regsvr32 acelpdec.ax /s
regsvr32 mpg4ds32.ax /s
regsvr32 voxmsdec.ax /s
regsvr32 danim.dll /s
regsvr32 Daxctle.ocx /s
regsvr32 lmrt.dll /s
regsvr32 datime.dll /s
regsvr32 dxtrans.dll /s
regsvr32 dxtmsft.dll /s
regsvr32 WEBPOST.DLL /s
regsvr32 WPWIZDLL.DLL /s
regsvr32 POSTWPP.DLL /s
regsvr32 CRSWPP.DLL /s
regsvr32 FTPWPP.DLL /s
regsvr32 FPWPP.DLL /s
regsvr32 WUAPI.DLL /s
regsvr32 WUAUENG.DLL /s
regsvr32 ATL.DLL /s
regsvr32 WUCLTUI.DLL /s
regsvr32 WUPS.DLL /s
regsvr32 WUWEB.DLL /s
regsvr32 wshom.ocx /s
regsvr32 wshext.dll /s
regsvr32 vbscript.dll /s
regsvr32 scrrun.dll mstinit.exe /setup /s
regsvr32 msnsspc.dll /SspcCreateSspiReg /s
regsvr32 msapsspc.dll /SspcCreateSspiReg /s
regsvr32 /s urlmon.dll
regsvr32 /s mshtml.dll
regsvr32 /s shdocvw.dll
regsvr32 /s browseui.dll
regsvr32 /s jscript.dll
regsvr32 /s vbscript.dll
regsvr32 /s scrrun.dll
regsvr32 /s msxml.dll
regsvr32 /s actxprxy.dll
regsvr32 /s softpub.dll
regsvr32 /s wintrust.dll
regsvr32 /s dssenh.dll
regsvr32 /s rsaenh.dll
regsvr32 /s gpkcsp.dll
regsvr32 /s sccbase.dll
regsvr32 /s slbcsp.dll
regsvr32 /s cryptdlg.dll
regsvr32 /s schannel.dll
regsvr32 /s oleaut32.dll
regsvr32 /s ole32.dll
regsvr32 /s shell32.dll
regsvr32 /s initpki.dll
regsvr32 /s msscript.ocx
regsvr32 /s dispex.dll
regsvr32 jscript.dll /s
del %temp% /Q /F
net stop wuauserv
net stop cryptsvc
ren %windir%\system32\catroot2 catroot2.old
cd /d %windir%\SoftwareDistribution
rd /s DataStore /Q
regsvr32 wuapi.dll /s
regsvr32 wups.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wucltui.dll /s
regsvr32 wuweb.dll /s
regsvr32 msxml.dll /s
regsvr32 msxml2.dll /s
regsvr32 msxml3.dll /s
regsvr32 urlmon.dll /s
net start cryptsvc
net start wuauserv
exit
- After you paste the above commands, please close the Notepad window.
Choose Yes when you are prompted to save the file.
- Click Start, Run, type:
C:\register.bat and press Enter to run the commands I have pasted.
The Process may take sometime.
3) Download/Install Windows Update v3.
http://go.microsoft.com/fwlink/?LinkID=91237
(You may need to install it using the command line switch "/wuforce" right
after an additional reboot - immediately after logging in.)
4) Download/Install the 927891 patch.
http://www.microsoft.com/downloads/details.aspx?FamilyId=7A81B0CD-A0B9-497E-8A89-404327772E5A
5) Reboot.
If you need help with the .NET Framework stuff:
(1) You need to repair .NET Framework 1.1 - obliterating all remnants of it
and installing it/patching it fully.
How to troubleshoot Microsoft .NET Framework 1.1 installation issues
http://support.microsoft.com/kb/824643
- Unregister and then reregister Windows Installer (See article)
- Manually remove and then reinstall the .NET Framework 1.1 (See Article)
For the articles below, follow the "IT professionals" link and find the
download for your OS.
- Download/Install
http://support.microsoft.com/kb/867460/
- Download/Install
http://support.microsoft.com/kb/886903/
- Download/Install
http://support.microsoft.com/kb/928366/
Reboot as needed and at the end.
(2) You need to repair .NET Framework 2.0 - obliterating all remnants of it
and installing it/patching it fully.
How to troubleshoot Microsoft .NET Framework 2.0 installation issues
http://support.microsoft.com/kb/908077/
- Unregister and then reregister Windows Installer (See article)
- Manually remove and then reinstall the .NET Framework 2.0 (See Article)
For the articles below, follow the "IT professionals" link and find the
download for your OS.
- Download/Install
http://support.microsoft.com/kb/917283/
- Download/Install
http://support.microsoft.com/kb/922770/
- Download/Install
http://support.microsoft.com/kb/928365/
Reboot as needed and at the end.
(3) You need to repair .NET Framework 3.0 - obliterating all remnants of it
and installing it/patching it fully.
Unfortunately - there is no particular article pertaining to .NET Framework
3.0 that I could find. I have not had issues, however, just going into the
Control Panel --> Add or Remove Programs and just locating/removing it and
its patches. I suggest you do the same and then reboot...
Download/install using this distributable package:
http://www.microsoft.com/downloads/...0B-F857-4A14-83F5-25634C3BF043&displaylang=en
Reboot as needed and at the end.
(4) Cleanup your updates system...
Get Dial-a-Fix:
http://wiki.djlizard.net/Dial-a-fix
Use its options to fix:
- Windows Installer
- Windows Update
- All the Registration Center options
Turn off the "Empty System32\Catroot 2"
Do NOT do "Flush SoftwareDistribution".
Then click "GO"... May take a while.
Reboot when it is done...
(5) Visit
http://windowsupdate.microsoft.com/ and scan for updates. Choose
the critical updates you need and install them. Do not bother getting
hardware updates (unless you happen to have some Microsoft hardware
installed) and "Optional Updates" are *usually* just what the name infers -
but feel free to see if you want any of the "Optional" ones.
(6) Come back here and let us know how you faired.
--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html