Unable to install Microsoft Updates


Go Back   Computer Help Articles > Windows Update
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 05:10 PM
Eldiener
 
Posts: n/a
Default Unable to install Microsoft Updates

I reported this problem more than a month ago and it still persists with
Windows Update. I tried to install updates which Windows Update shows me and
I get back error 0x8007F0DA with no further explanation. An example of one of
the updates which fail is Security Update for Windows 2000 (KB896424) but
there are plenty of others. I am running Win2k SP4. Is Microsoft ever going
to fix this or is it to remain eternally broken in the Microsoft and Windows
Update system so that customers who experience it can never update their
software properly ? I would like to think that Microsoft is fixing this
problem instead of ignoring it.
Reply With Quote
  #2  
Old 01-05-2006, 05:10 PM
TaurArian [MS-MVP]
 
Posts: n/a
Default Re: Unable to install Microsoft Updates

0x8007f0da
Setup could not verify the integrity of the file Update.inf. Make sure the
Cryptographic service is running on this computer.

1. Start, Run, type: Services.msc
Make sure "Cryptographic Services" service is running and the Startup type is
Automatic.
If it isn’t, right-click the service and select Properties and set to Automatic. If
the service is not shown as "Started", you can start it by clicking the Start button.
Close the Services control panel and try installing the service pack or security
patch.

2. If "Cryptographic Services" service was already running then stop the service by
clicking the Stop button, then using Windows Explorer, locate the folder
Windows\System32\catroot2 and rename it to something like catrootold. Now restart
"Cryptographic Services" by clicking the Start button, and try installing the update.

3. If the update still fails to install, stop the "Cryptographic Services" service.

Open a command prompt window (click Start, Run, type cmd and hit Enter) and then type
the following commands:

regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 initpki.dll
regsvr32 dssenh.dll
regsvr32 rsaenh.dll
regsvr32 gpkcsp.dll
regsvr32 sccbase.dll
regsvr32 slbcsp.dll
regsvr32 cryptdlg.dll

Restart "Cryptographic Services" by clicking the Start button again, and try
installing the update.


NB: Windows 2000 does not include the sccbase.dll file

http://www.updatexp.com/cryptographic-service.html
http://www3.telus.net/dandemar/updatinf.htm

For further information etc.
http://support.microsoft.com/default...b;en-us;822798
You Cannot Install Some Updates or Programs


--
===========================
TaurArian [MS-MVP] 2005-2006
===========================


"Eldiener" <Eldiener@discussions.microsoft.com> wrote in message
news:0E19A1C9-6460-46F6-AA9E-96A57DA75F94@microsoft.com...
>I reported this problem more than a month ago and it still persists with
> Windows Update. I tried to install updates which Windows Update shows me and
> I get back error 0x8007F0DA with no further explanation. An example of one of
> the updates which fail is Security Update for Windows 2000 (KB896424) but
> there are plenty of others. I am running Win2k SP4. Is Microsoft ever going
> to fix this or is it to remain eternally broken in the Microsoft and Windows
> Update system so that customers who experience it can never update their
> software properly ? I would like to think that Microsoft is fixing this
> problem instead of ignoring it.


Reply With Quote
  #3  
Old 01-05-2006, 05:10 PM
Wolf
 
Posts: n/a
Default Re: Unable to install Microsoft Updates

Hi,
I'm running W2K SP4 and have recent encountered the same update problems.
The update files apprear but they are empty 0kb in the update page.

I can't find "Cryptographic Services" in Services.msc!

Any further help is greatly appreciated


"TaurArian [MS-MVP]" wrote:

> 0x8007f0da
> Setup could not verify the integrity of the file Update.inf. Make sure the
> Cryptographic service is running on this computer.
>
> 1. Start, Run, type: Services.msc
> Make sure "Cryptographic Services" service is running and the Startup type is
> Automatic.
> If it isn’t, right-click the service and select Properties and set to Automatic. If
> the service is not shown as "Started", you can start it by clicking the Start button.
> Close the Services control panel and try installing the service pack or security
> patch.
>
> 2. If "Cryptographic Services" service was already running then stop the service by
> clicking the Stop button, then using Windows Explorer, locate the folder
> Windows\System32\catroot2 and rename it to something like catrootold. Now restart
> "Cryptographic Services" by clicking the Start button, and try installing the update.
>
> 3. If the update still fails to install, stop the "Cryptographic Services" service.
>
> Open a command prompt window (click Start, Run, type cmd and hit Enter) and then type
> the following commands:
>
> regsvr32 softpub.dll
> regsvr32 wintrust.dll
> regsvr32 initpki.dll
> regsvr32 dssenh.dll
> regsvr32 rsaenh.dll
> regsvr32 gpkcsp.dll
> regsvr32 sccbase.dll
> regsvr32 slbcsp.dll
> regsvr32 cryptdlg.dll
>
> Restart "Cryptographic Services" by clicking the Start button again, and try
> installing the update.
>
>
> NB: Windows 2000 does not include the sccbase.dll file
>
> http://www.updatexp.com/cryptographic-service.html
> http://www3.telus.net/dandemar/updatinf.htm
>
> For further information etc.
> http://support.microsoft.com/default...b;en-us;822798
> You Cannot Install Some Updates or Programs
>
>
> --
> ===========================
> TaurArian [MS-MVP] 2005-2006
> ===========================
>
>
> "Eldiener" <Eldiener@discussions.microsoft.com> wrote in message
> news:0E19A1C9-6460-46F6-AA9E-96A57DA75F94@microsoft.com...
> >I reported this problem more than a month ago and it still persists with
> > Windows Update. I tried to install updates which Windows Update shows me and
> > I get back error 0x8007F0DA with no further explanation. An example of one of
> > the updates which fail is Security Update for Windows 2000 (KB896424) but
> > there are plenty of others. I am running Win2k SP4. Is Microsoft ever going
> > to fix this or is it to remain eternally broken in the Microsoft and Windows
> > Update system so that customers who experience it can never update their
> > software properly ? I would like to think that Microsoft is fixing this
> > problem instead of ignoring it.

>
>

Reply With Quote
  #4  
Old 01-05-2006, 05:10 PM
Eldiener
 
Posts: n/a
Default Re: Unable to install Microsoft Updates



"Wolf" wrote:

> Hi,
> I'm running W2K SP4 and have recent encountered the same update problems.
> The update files apprear but they are empty 0kb in the update page.
>
> I can't find "Cryptographic Services" in Services.msc!
>
> Any further help is greatly appreciated
>
>
> "TaurArian [MS-MVP]" wrote:
>
> > 0x8007f0da
> > Setup could not verify the integrity of the file Update.inf. Make sure the
> > Cryptographic service is running on this computer.


There is no Cryptographic Service listed among my services running Win2k
SP4. Nor do I see this when I open the Add/Remove Programs - Add/Remove
Windows Components.

Reply With Quote
  #5  
Old 01-05-2006, 05:11 PM
Wolf
 
Posts: n/a
Default RE: Unable to install Microsoft Updates

In the end I did a manual update via the Microsoft Downloads page.
But the same problem persists

"Eldiener" wrote:

> I reported this problem more than a month ago and it still persists with
> Windows Update. I tried to install updates which Windows Update shows me and
> I get back error 0x8007F0DA with no further explanation. An example of one of
> the updates which fail is Security Update for Windows 2000 (KB896424) but
> there are plenty of others. I am running Win2k SP4. Is Microsoft ever going
> to fix this or is it to remain eternally broken in the Microsoft and Windows
> Update system so that customers who experience it can never update their
> software properly ? I would like to think that Microsoft is fixing this
> problem instead of ignoring it.

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to Install Windows Updates FATAL: Error: 0x80070005 vitalem25@yahoo.com Windows Update 7 01-05-2006 05:18 PM
12-13 update install failure David Windows Update 17 01-05-2006 05:15 PM
Windows ME Update Order dannydud0828 Windows Update 15 01-05-2006 05:03 PM
Can't Ping My Own IP Address - Part 2 Don Windows XP Network Web 3 01-05-2006 04:10 AM
USB Mass Storage Device - This device cannot start. (Code 10) lobo201 Windows XP Hardware 11 01-05-2006 02:15 AM


All times are GMT. The time now is 03:48 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Unable to install Microsoft Updates