Search:  

 
 
   All ForumsHot TopicsGallery






how-to block ads


 
Forums » Tech and Talk » OS and Software » Microsoft Help » [XP Pro] Updates Fail after Fresh Install and XP SP3 Loaded
Search Topic:
Share Topic:
RSS topic:
toggle:
flat / full
normal / watch
Posting:
Post a:
Post a:
[Exchange] MIssing Messages After Canceling Move »
« [Vista] Admin question  
AuthorAll Replies

Respect Root
Premium
join:2006-04-20
in the ether

reply to bcastner
Re: [XP Pro] Updates Fail after Fresh Install and XP SP3 Loaded

BC,

I do recall seeing only two updates show up (instead of the typical three) after XP SP2 completed installation (the update agent not included). I forgot about that slight change in the routine as I had noticed during that install...

I will give the workaround a try and let you know how goes.

Melvin,

Not sure if the manual install would resolve the update as I am not clear if the issue is with Windows/Microsoft Update knowing your patch version vs. a dependency associated with the Update Agent, which was not included in the first round of updates after a fresh install of XP SP2.

Keep you posted (most likely tomorrow since this gave me a headache).


bcastner
Premium,VIP,MVM
join:2002-09-25
Chevy Chase, MD
clubs:
·Verizon Online DSL

Yes, I would be interested in hearing your results. Certainly if wup2.dll is not registered, and your installation scenario suggests it will not be (see the KB Article I linked earlier), then that aspect has to be sorted.

This has nothing to do with SP3.

On a last note, the toughest installations I know of have been anything related to security or other updates to existing .NET Frameworks, and anything related to Windows Media Player. My own view of the matter is that any update that Windows Update shows an installation failure gets the redistributable download from Microsoft downloads and installed that way.

There is a complication with the .NET framework updates in particular, as they are dependent on their instalation success on another component -- MDAC. It is unlikely at this point in time that your MDAC versioning is correct. If necessary, we can manually correct that later based on your results with the first repair I suggested earlier. At some point the resolution of any issues will require posting at least a portion of the Windows Update LOG.
--
============
MS-MVP 2004 - -2008, ASAP Member
Users Helping Users


Respect Root
Premium
join:2006-04-20
in the ether

Considering it was a fresh install, I phoned Microsoft support and they listed the following steps, which resolved the issue with installing the aforementioned updates (sharing notes as the other workarounds mentioned in this topic will likely resolve the issue):

Solution: re-registered the .dll files for updates

action: stop the BITS, .ASPnet, cryptographic services

action: rename the software distribution folders, catroot2 folders

action: start the BITS,AUTOMATIC UPDATES ,CRYPTOGRAPHIC SERVICES

action: register the following update files

cd /d %SystemRoot%\system32
Regsvr32 wups2.dll /s
Regsvr32 licdll.dll /s
Regsvr32 regwizc.dll /s
regsvr32 msxml.dll /s
regsvr32 msxml2.dll /s
regsvr32 msxml3.dll /s
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
exit

action:tried to install the updates
result:able to install the updates

==============================================

Wondering if including the update agent in the first round of updates would resolve this issue? If it could be included with SP2, is there something in SP3 prohibiting that possibility? Just curious...

Thanks for all your help, BC!!


bcastner
Premium,VIP,MVM
join:2002-09-25
Chevy Chase, MD
clubs:
The new Update Agent was not included with SP2.
(It was not even issued until several years after SP2).
Forums » Tech and Talk » OS and Software » Microsoft Help[Exchange] MIssing Messages After Canceling Move »
« [Vista] Admin question  


Saturday, 28-Nov 01:28:48 Terms of Use | Privacy Policy | Hosting by www.nac.net - DSL,Hosting & Co-lo | feedback | contact
over 10 years online! © 1999-2009 dslreports.com.
page compression OFF
Most commented news this week
· [121] Time Warner Cable Fires Broadside At Broadcasters
· [112] New AT&T Ad Campaign Hits Back At Verizon
· [96] Apple Joins AT&T Verizon Snark Fest
· [87] New Bill Takes Aim At Higher Verizon ETFs
· [70] TiVo Sees Record Customer Losses
· [69] In-Flight Internet Headed For Bumpy Landing?
· [65] Verizon CEO: Hulu Will Be Dead Soon
· [62] Thanksgiving Open Thread
· [49] Weekend Open Thread
· [40] EFF Wages War On Fine Print
Most people now reading
· So we need a legitimate reason to use a lot of bandwidth? [TekSavvy]
· 3.x Feral Druid - Bear Tanking Guide [World of Warcraft]
· Only firefox accesses Internet? [Security]
· HOW-TO: QoS and Tomato (fixes "choppy voice") [MagicJack]
· Windows 7 boot manager editing questions [Microsoft Help]
· What to use while demonoid is down? [Filesharing Software]
· [Wireless] Linksys WMP54g v4.1 and Windows 7 x64 [Linksys]
· Flu Pandemic ? What Flu Pandemic ? [Canadian Chat]
· [Newsgroups] Newzleech down? [Filesharing Software]