Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Re: Windows update Error number: 0x8DDD0007

Reply
Thread Tools Display Modes

Re: Windows update Error number: 0x8DDD0007

 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      08-31-2004
synapseguru wrote:

> Every time I go to try and update my computer I get this error number. When I
> put my settings to Auto Update, the icon shows up in the bottom of my screen
> and it tells me that I have to restart my computer in order to complete my
> update. I then click on restart, my computer restarts and then the same
> message pops up. What do I do to tell windows that I restarted?

Hi

From Igor Franchuk:

<quote>
I've encountered the same problem as you did today. When searching
the Internet for the same error in hope for a ready solution in
some discussion forum I surfed over quite a few responses and none
of them were solutions.

After giving up I came up with a solution of our problem. It seems
like there was actually a mistake in the previous versions of
windows update.

After disassembling wuweb.dll that is responsible for webControl
update ActiveX object that is actually handling web based updates
I discovered the place where reboot required message is generated.
After looking in around the code I found that the condition
the message is generated is the presence or absence of

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion
\WindowsUpdate\Auto Update\RebootRequired

key.

If the key exists - the message is generated by that brand new v5
update and it fails to work further causing [Error number:
0x8DDD0007].

I assume this key was set up in my registry long ago by the when the
old automatic update (taskbar version) was uploading a new software
and failing to install it.

The solution then is simple remove the key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion
\WindowsUpdate\Auto Update\RebootRequired

so there would be only

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion
\WindowsUpdate\Auto Update

key without RebootRequired entry.

After I removed the key RebootRequired v5 update started to work
happily, and installed a new version of wuauclt.exe


</quote>


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
 
 
 
wasa
Guest
Posts: n/a

 
      08-03-2006


"Torgeir Bakken (MVP)" wrote:

> synapseguru wrote:
>
> > Every time I go to try and update my computer I get this error number. When I
> > put my settings to Auto Update, the icon shows up in the bottom of my screen
> > and it tells me that I have to restart my computer in order to complete my
> > update. I then click on restart, my computer restarts and then the same
> > message pops up. What do I do to tell windows that I restarted?

> Hi
>
> From Igor Franchuk:
>
> <quote>
> I've encountered the same problem as you did today. When searching
> the Internet for the same error in hope for a ready solution in
> some discussion forum I surfed over quite a few responses and none
> of them were solutions.
>
> After giving up I came up with a solution of our problem. It seems
> like there was actually a mistake in the previous versions of
> windows update.
>
> After disassembling wuweb.dll that is responsible for webControl
> update ActiveX object that is actually handling web based updates
> I discovered the place where reboot required message is generated.
> After looking in around the code I found that the condition
> the message is generated is the presence or absence of
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion
> \WindowsUpdate\Auto Update\RebootRequired
>
> key.
>
> If the key exists - the message is generated by that brand new v5
> update and it fails to work further causing [Error number:
> 0x8DDD0007].
>
> I assume this key was set up in my registry long ago by the when the
> old automatic update (taskbar version) was uploading a new software
> and failing to install it.
>
> The solution then is simple remove the key
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion
> \WindowsUpdate\Auto Update\RebootRequired
>
> so there would be only
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion
> \WindowsUpdate\Auto Update
>
> key without RebootRequired entry.
>
> After I removed the key RebootRequired v5 update started to work
> happily, and installed a new version of wuauclt.exe
>
>
> </quote>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx
>

 
Reply With Quote
 
skeetz
Guest
Posts: n/a

 
      07-18-2007


"Torgeir Bakken (MVP)" wrote:

> synapseguru wrote:
>
> > Every time I go to try and update my computer I get this error number. When I
> > put my settings to Auto Update, the icon shows up in the bottom of my screen
> > and it tells me that I have to restart my computer in order to complete my
> > update. I then click on restart, my computer restarts and then the same
> > message pops up. What do I do to tell windows that I restarted?

> Hi
>
> From Igor Franchuk:
>
> <quote>
> I've encountered the same problem as you did today. When searching
> the Internet for the same error in hope for a ready solution in
> some discussion forum I surfed over quite a few responses and none
> of them were solutions.
>
> After giving up I came up with a solution of our problem. It seems
> like there was actually a mistake in the previous versions of
> windows update.
>
> After disassembling wuweb.dll that is responsible for webControl
> update ActiveX object that is actually handling web based updates
> I discovered the place where reboot required message is generated.
> After looking in around the code I found that the condition
> the message is generated is the presence or absence of
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion
> \WindowsUpdate\Auto Update\RebootRequired
>
> key.
>
> If the key exists - the message is generated by that brand new v5
> update and it fails to work further causing [Error number:
> 0x8DDD0007].
>
> I assume this key was set up in my registry long ago by the when the
> old automatic update (taskbar version) was uploading a new software
> and failing to install it.
>
> The solution then is simple remove the key
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion
> \WindowsUpdate\Auto Update\RebootRequired
>
> so there would be only
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion
> \WindowsUpdate\Auto Update
>
> key without RebootRequired entry.
>
> After I removed the key RebootRequired v5 update started to work
> happily, and installed a new version of wuauclt.exe
>
>
> </quote>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx




I have deleted that RebootRequired key endless times and I still have the
same viscious circle....restart computer to complete previous update
install.....restart...only to come back to the same message waiting for me
down in my taskbar....I wonder why this works for a handfull of people and
not the rest of us ?????????



>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Update Error number: 0x80244021 after XP SP2 Rodrigo Varella Windows Update 10 05-25-2005 06:36 PM
windows update error number 0x8024502D befuzed Windows Update 4 11-26-2004 11:16 PM
windows update error number 0x8024502D befuzed Windows Update 1 09-22-2004 02:16 AM
[Error number: 0x8DDD0007] Steve Windows Update 4 09-03-2004 01:35 AM
Re: Error number: 0x8DDD0007 from v5.windowsupdate.microsoft.com David Herman .:MVP:. Windows Update 4 08-21-2004 02:19 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59