Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Win Upd & Defender wont update

Reply
Thread Tools Display Modes

Win Upd & Defender wont update

 
 
Jonas
Guest
Posts: n/a

 
      08-15-2007
I have a HP laptop with preinstalled Vista Home Premium

Windows defender update fails with 'the program can't install definition
updates error found code:0x800040002'

Windows update fails with 'windows could not search for new updates error
found code:0x800040002'

Each time I change the windows update settings they revert immediately back
to 'install updates automatically'

Now I tried the following things:
1) Reinstalled the update agent "WindowsUpdateAgent30-x86.exe" for 32bit
systems
2) Deleted all sub folders in the SoftwareDistribution folder after stopping
win upd
3) Checked the version of wuaueng.dll which is V. 7.0.6000.374
4) Deactivated my "Avira AntiVir" programm
5) When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005

Does anyone have any suggestion how to go on?
 
Reply With Quote
 
 
 
 
TaurArian [MS-MVP]
Guest
Posts: n/a

 
      08-15-2007
Try the following:-

Click Start, select run and type the following (pressing okay after each one):-

net.exe stop wuauserv

regsvr32 wuapi.dll
regsvr32 wups.dll
regsvr32 wuaueng.dll
regsvr32 wucltui.dll
regsvr32 MSXML3.dll

net.exe start wuauserv

Try WU again.

<When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005> - probably caused
because the service wasn't stopped first.

--
====================================
TaurArian [MS-MVP] 2005-2008 - Australia
====================================
How to make a good post: http://www.dts-l.org/goodpost.htm
Defending your machine: http://defendingyourmachine2.blogspot.com/
http://taurarian.mvps.org/index.htm

Emails will not be acknowledged - please post to the newsgroup so all may benefit.


"Jonas" <> wrote in message
news:339C557B-73B7-437B-AC20-...
|I have a HP laptop with preinstalled Vista Home Premium
|
| Windows defender update fails with 'the program can't install definition
| updates error found code:0x800040002'
|
| Windows update fails with 'windows could not search for new updates error
| found code:0x800040002'
|
| Each time I change the windows update settings they revert immediately back
| to 'install updates automatically'
|
| Now I tried the following things:
| 1) Reinstalled the update agent "WindowsUpdateAgent30-x86.exe" for 32bit
| systems
| 2) Deleted all sub folders in the SoftwareDistribution folder after stopping
| win upd
| 3) Checked the version of wuaueng.dll which is V. 7.0.6000.374
| 4) Deactivated my "Avira AntiVir" programm
| 5) When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005
|
| Does anyone have any suggestion how to go on?


 
Reply With Quote
 
Jonas
Guest
Posts: n/a

 
      08-15-2007
The command "net.exe stop wuauserv" seems to work, but the next command
causes the same problem I had before -> error code 80070005

"TaurArian [MS-MVP]" wrote:

> Try the following:-
>
> Click Start, select run and type the following (pressing okay after each one):-
>
> net.exe stop wuauserv
>
> regsvr32 wuapi.dll
> regsvr32 wups.dll
> regsvr32 wuaueng.dll
> regsvr32 wucltui.dll
> regsvr32 MSXML3.dll
>
> net.exe start wuauserv
>
> Try WU again.
>
> <When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005> - probably caused
> because the service wasn't stopped first.
>
> --
> ====================================
> TaurArian [MS-MVP] 2005-2008 - Australia
> ====================================
> How to make a good post: http://www.dts-l.org/goodpost.htm
> Defending your machine: http://defendingyourmachine2.blogspot.com/
> http://taurarian.mvps.org/index.htm
>
> Emails will not be acknowledged - please post to the newsgroup so all may benefit.
>
>
> "Jonas" <> wrote in message
> news:339C557B-73B7-437B-AC20-...
> |I have a HP laptop with preinstalled Vista Home Premium
> |
> | Windows defender update fails with 'the program can't install definition
> | updates error found code:0x800040002'
> |
> | Windows update fails with 'windows could not search for new updates error
> | found code:0x800040002'
> |
> | Each time I change the windows update settings they revert immediately back
> | to 'install updates automatically'
> |
> | Now I tried the following things:
> | 1) Reinstalled the update agent "WindowsUpdateAgent30-x86.exe" for 32bit
> | systems
> | 2) Deleted all sub folders in the SoftwareDistribution folder after stopping
> | win upd
> | 3) Checked the version of wuaueng.dll which is V. 7.0.6000.374
> | 4) Deactivated my "Avira AntiVir" programm
> | 5) When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005
> |
> | Does anyone have any suggestion how to go on?
>
>
>

 
Reply With Quote
 
TaurArian
Guest
Posts: n/a

 
      08-16-2007
80070005 is an "access denied error" meaning you have a problem with
permissions.
Are you logged in as an Administrator?

"Jonas" wrote:

> The command "net.exe stop wuauserv" seems to work, but the next command
> causes the same problem I had before -> error code 80070005
>
> "TaurArian [MS-MVP]" wrote:
>
> > Try the following:-
> >
> > Click Start, select run and type the following (pressing okay after each one):-
> >
> > net.exe stop wuauserv
> >
> > regsvr32 wuapi.dll
> > regsvr32 wups.dll
> > regsvr32 wuaueng.dll
> > regsvr32 wucltui.dll
> > regsvr32 MSXML3.dll
> >
> > net.exe start wuauserv
> >
> > Try WU again.
> >
> > <When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005> - probably caused
> > because the service wasn't stopped first.
> >
> > --
> > ====================================
> > TaurArian [MS-MVP] 2005-2008 - Australia
> > ====================================
> > How to make a good post: http://www.dts-l.org/goodpost.htm
> > Defending your machine: http://defendingyourmachine2.blogspot.com/
> > http://taurarian.mvps.org/index.htm
> >
> > Emails will not be acknowledged - please post to the newsgroup so all may benefit.
> >
> >
> > "Jonas" <> wrote in message
> > news:339C557B-73B7-437B-AC20-...
> > |I have a HP laptop with preinstalled Vista Home Premium
> > |
> > | Windows defender update fails with 'the program can't install definition
> > | updates error found code:0x800040002'
> > |
> > | Windows update fails with 'windows could not search for new updates error
> > | found code:0x800040002'
> > |
> > | Each time I change the windows update settings they revert immediately back
> > | to 'install updates automatically'
> > |
> > | Now I tried the following things:
> > | 1) Reinstalled the update agent "WindowsUpdateAgent30-x86.exe" for 32bit
> > | systems
> > | 2) Deleted all sub folders in the SoftwareDistribution folder after stopping
> > | win upd
> > | 3) Checked the version of wuaueng.dll which is V. 7.0.6000.374
> > | 4) Deactivated my "Avira AntiVir" programm
> > | 5) When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005
> > |
> > | Does anyone have any suggestion how to go on?
> >
> >
> >

 
Reply With Quote
 
Jonas
Guest
Posts: n/a

 
      08-17-2007
Yes I'am logged in as administrator and I'am the only user on this laptop.
But I had other problems with permissions:
When I agree the lisence agreement of ms office it is not stored in the
registry and so I have to agree them evertime I startup my office.

"TaurArian" wrote:

> 80070005 is an "access denied error" meaning you have a problem with
> permissions.
> Are you logged in as an Administrator?
>
> "Jonas" wrote:
>
> > The command "net.exe stop wuauserv" seems to work, but the next command
> > causes the same problem I had before -> error code 80070005
> >
> > "TaurArian [MS-MVP]" wrote:
> >
> > > Try the following:-
> > >
> > > Click Start, select run and type the following (pressing okay after each one):-
> > >
> > > net.exe stop wuauserv
> > >
> > > regsvr32 wuapi.dll
> > > regsvr32 wups.dll
> > > regsvr32 wuaueng.dll
> > > regsvr32 wucltui.dll
> > > regsvr32 MSXML3.dll
> > >
> > > net.exe start wuauserv
> > >
> > > Try WU again.
> > >
> > > <When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005> - probably caused
> > > because the service wasn't stopped first.
> > >
> > > --
> > > ====================================
> > > TaurArian [MS-MVP] 2005-2008 - Australia
> > > ====================================
> > > How to make a good post: http://www.dts-l.org/goodpost.htm
> > > Defending your machine: http://defendingyourmachine2.blogspot.com/
> > > http://taurarian.mvps.org/index.htm
> > >
> > > Emails will not be acknowledged - please post to the newsgroup so all may benefit.
> > >
> > >
> > > "Jonas" <> wrote in message
> > > news:339C557B-73B7-437B-AC20-...
> > > |I have a HP laptop with preinstalled Vista Home Premium
> > > |
> > > | Windows defender update fails with 'the program can't install definition
> > > | updates error found code:0x800040002'
> > > |
> > > | Windows update fails with 'windows could not search for new updates error
> > > | found code:0x800040002'
> > > |
> > > | Each time I change the windows update settings they revert immediately back
> > > | to 'install updates automatically'
> > > |
> > > | Now I tried the following things:
> > > | 1) Reinstalled the update agent "WindowsUpdateAgent30-x86.exe" for 32bit
> > > | systems
> > > | 2) Deleted all sub folders in the SoftwareDistribution folder after stopping
> > > | win upd
> > > | 3) Checked the version of wuaueng.dll which is V. 7.0.6000.374
> > > | 4) Deactivated my "Avira AntiVir" programm
> > > | 5) When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005
> > > |
> > > | Does anyone have any suggestion how to go on?
> > >
> > >
> > >

 
Reply With Quote
 
Seneschal
Guest
Posts: n/a

 
      08-17-2007
I have a very similar error.
I am logged in as an Administrator, here's my log:

2007-08-07 23:25:31:911 2800 34c Handler :::::::::::::
2007-08-07 23:25:31:911 2800 34c Handler :: START :: Handler: Driver Install
2007-08-07 23:25:31:912 2800 34c Handler :::::::::
2007-08-07 23:25:31:912 2800 34c Handler : Updates to install = 1
2007-08-07 23:25:36:697 1188 12b0 Report REPORT EVENT:
{8A5A1A60-8748-43BD-8375-2B1E96028169} 2007-08-07
23:25:31:683-0700 1 183 101 {5FCF1F12-5EDA-40C4-A45B-A5C3F71CCAAC} 100 0 AutomaticUpdates Success Content
Install Installation Successful: Windows successfully installed the following
update: NVIDIA driver update for NVIDIA GeForce 7600 GT
2007-08-07 23:25:39:389 2800 34c Handler Device id = MONITOR\HWP26A9
2007-08-07 23:25:39:389 2800 34c Handler DriverPingback=1|1|MONITOR\HWP26A9||||0|0||||
2007-08-07 23:25:39:389 2800 34c Handler WARNING: Driver install of
{93A659F7-93B4-482F-B077-070F01226A56} on Monitor\HWP26A9 failed with error
80070005; mapping to error 8024200B
2007-08-07 23:25:39:389 2800 34c Handler : WARNING: Exit code = 0x8024200B
2007-08-07 23:25:39:389 1188 1768 AU >>## RESUMED ## AU: Installing update
[UpdateId = {93A659F7-93B4-482F-B077-070F01226A56}]
2007-08-07 23:25:39:389 2800 34c Handler :::::::::
2007-08-07 23:25:39:390 1188 1768 AU # WARNING: Install failed, error =
0x80070005 / 0x80070005
2007-08-07 23:25:39:390 2800 34c Handler :: END :: Handler: Driver Install

"TaurArian" wrote:

> 80070005 is an "access denied error" meaning you have a problem with
> permissions.
> Are you logged in as an Administrator?
>
> "Jonas" wrote:
>
> > The command "net.exe stop wuauserv" seems to work, but the next command
> > causes the same problem I had before -> error code 80070005
> >
> > "TaurArian [MS-MVP]" wrote:
> >
> > > Try the following:-
> > >
> > > Click Start, select run and type the following (pressing okay after each one):-
> > >
> > > net.exe stop wuauserv
> > >
> > > regsvr32 wuapi.dll
> > > regsvr32 wups.dll
> > > regsvr32 wuaueng.dll
> > > regsvr32 wucltui.dll
> > > regsvr32 MSXML3.dll
> > >
> > > net.exe start wuauserv
> > >
> > > Try WU again.
> > >
> > > <When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005> - probably caused
> > > because the service wasn't stopped first.
> > >
> > > --
> > > ====================================
> > > TaurArian [MS-MVP] 2005-2008 - Australia
> > > ====================================
> > > How to make a good post: http://www.dts-l.org/goodpost.htm
> > > Defending your machine: http://defendingyourmachine2.blogspot.com/
> > > http://taurarian.mvps.org/index.htm
> > >
> > > Emails will not be acknowledged - please post to the newsgroup so all may benefit.
> > >
> > >
> > > "Jonas" <> wrote in message
> > > news:339C557B-73B7-437B-AC20-...
> > > |I have a HP laptop with preinstalled Vista Home Premium
> > > |
> > > | Windows defender update fails with 'the program can't install definition
> > > | updates error found code:0x800040002'
> > > |
> > > | Windows update fails with 'windows could not search for new updates error
> > > | found code:0x800040002'
> > > |
> > > | Each time I change the windows update settings they revert immediately back
> > > | to 'install updates automatically'
> > > |
> > > | Now I tried the following things:
> > > | 1) Reinstalled the update agent "WindowsUpdateAgent30-x86.exe" for 32bit
> > > | systems
> > > | 2) Deleted all sub folders in the SoftwareDistribution folder after stopping
> > > | win upd
> > > | 3) Checked the version of wuaueng.dll which is V. 7.0.6000.374
> > > | 4) Deactivated my "Avira AntiVir" programm
> > > | 5) When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005
> > > |
> > > | Does anyone have any suggestion how to go on?
> > >
> > >
> > >

 
Reply With Quote
 
Seneschal
Guest
Posts: n/a

 
      08-17-2007
I think my problem is a ACL/permission issue too.
For some reason the install of the monitor driver was interrupted, and then
afterwards I keep getting the error when I try to update the driver for the
monitor (an HP w2207 monitor).
I'ved tried turning off UAC, and creating a different administrator account
and try to install. No go.
Any solutions would be greatly appreciated, thank you!

"Seneschal" wrote:

> I have a very similar error.
> I am logged in as an Administrator, here's my log:
>
> 2007-08-07 23:25:31:911 2800 34c Handler :::::::::::::
> 2007-08-07 23:25:31:911 2800 34c Handler :: START :: Handler: Driver Install
> 2007-08-07 23:25:31:912 2800 34c Handler :::::::::
> 2007-08-07 23:25:31:912 2800 34c Handler : Updates to install = 1
> 2007-08-07 23:25:36:697 1188 12b0 Report REPORT EVENT:
> {8A5A1A60-8748-43BD-8375-2B1E96028169} 2007-08-07
> 23:25:31:683-0700 1 183 101 {5FCF1F12-5EDA-40C4-A45B-A5C3F71CCAAC} 100 0 AutomaticUpdates Success Content
> Install Installation Successful: Windows successfully installed the following
> update: NVIDIA driver update for NVIDIA GeForce 7600 GT
> 2007-08-07 23:25:39:389 2800 34c Handler Device id = MONITOR\HWP26A9
> 2007-08-07 23:25:39:389 2800 34c Handler DriverPingback=1|1|MONITOR\HWP26A9||||0|0||||
> 2007-08-07 23:25:39:389 2800 34c Handler WARNING: Driver install of
> {93A659F7-93B4-482F-B077-070F01226A56} on Monitor\HWP26A9 failed with error
> 80070005; mapping to error 8024200B
> 2007-08-07 23:25:39:389 2800 34c Handler : WARNING: Exit code = 0x8024200B
> 2007-08-07 23:25:39:389 1188 1768 AU >>## RESUMED ## AU: Installing update
> [UpdateId = {93A659F7-93B4-482F-B077-070F01226A56}]
> 2007-08-07 23:25:39:389 2800 34c Handler :::::::::
> 2007-08-07 23:25:39:390 1188 1768 AU # WARNING: Install failed, error =
> 0x80070005 / 0x80070005
> 2007-08-07 23:25:39:390 2800 34c Handler :: END :: Handler: Driver Install
>
> "TaurArian" wrote:
>
> > 80070005 is an "access denied error" meaning you have a problem with
> > permissions.
> > Are you logged in as an Administrator?
> >
> > "Jonas" wrote:
> >
> > > The command "net.exe stop wuauserv" seems to work, but the next command
> > > causes the same problem I had before -> error code 80070005
> > >
> > > "TaurArian [MS-MVP]" wrote:
> > >
> > > > Try the following:-
> > > >
> > > > Click Start, select run and type the following (pressing okay after each one):-
> > > >
> > > > net.exe stop wuauserv
> > > >
> > > > regsvr32 wuapi.dll
> > > > regsvr32 wups.dll
> > > > regsvr32 wuaueng.dll
> > > > regsvr32 wucltui.dll
> > > > regsvr32 MSXML3.dll
> > > >
> > > > net.exe start wuauserv
> > > >
> > > > Try WU again.
> > > >
> > > > <When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005> - probably caused
> > > > because the service wasn't stopped first.
> > > >
> > > > --
> > > > ====================================
> > > > TaurArian [MS-MVP] 2005-2008 - Australia
> > > > ====================================
> > > > How to make a good post: http://www.dts-l.org/goodpost.htm
> > > > Defending your machine: http://defendingyourmachine2.blogspot.com/
> > > > http://taurarian.mvps.org/index.htm
> > > >
> > > > Emails will not be acknowledged - please post to the newsgroup so all may benefit.
> > > >
> > > >
> > > > "Jonas" <> wrote in message
> > > > news:339C557B-73B7-437B-AC20-...
> > > > |I have a HP laptop with preinstalled Vista Home Premium
> > > > |
> > > > | Windows defender update fails with 'the program can't install definition
> > > > | updates error found code:0x800040002'
> > > > |
> > > > | Windows update fails with 'windows could not search for new updates error
> > > > | found code:0x800040002'
> > > > |
> > > > | Each time I change the windows update settings they revert immediately back
> > > > | to 'install updates automatically'
> > > > |
> > > > | Now I tried the following things:
> > > > | 1) Reinstalled the update agent "WindowsUpdateAgent30-x86.exe" for 32bit
> > > > | systems
> > > > | 2) Deleted all sub folders in the SoftwareDistribution folder after stopping
> > > > | win upd
> > > > | 3) Checked the version of wuaueng.dll which is V. 7.0.6000.374
> > > > | 4) Deactivated my "Avira AntiVir" programm
> > > > | 5) When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005
> > > > |
> > > > | Does anyone have any suggestion how to go on?
> > > >
> > > >
> > > >

 
Reply With Quote
 
Jonas
Guest
Posts: n/a

 
      08-17-2007
I don't know which one it was but one of them solved the problem:

regsvr32 wuapi.dll
regsvr32 wuaueng.dll
regsvr32 wups.dll
regsvr32 wups2.dll
regsvr32 wuweb.dll

Thanks you


"Jonas" wrote:

> I was actualy logged in as administrator, but I had to deactivate the
> "account control" or what ever it is called in english. Now I was able to
> execute your suggested commands expect the "regsvr32 wucltui.dll" which could
> not be loaded ("Module was not found"). I can only find a file which is named
> quite similar: regsvr32 wucltux.dll
>
> "TaurArian" wrote:
>
> > 80070005 is an "access denied error" meaning you have a problem with
> > permissions.
> > Are you logged in as an Administrator?
> >
> > "Jonas" wrote:
> >
> > > The command "net.exe stop wuauserv" seems to work, but the next command
> > > causes the same problem I had before -> error code 80070005
> > >
> > > "TaurArian [MS-MVP]" wrote:
> > >
> > > > Try the following:-
> > > >
> > > > Click Start, select run and type the following (pressing okay after each one):-
> > > >
> > > > net.exe stop wuauserv
> > > >
> > > > regsvr32 wuapi.dll
> > > > regsvr32 wups.dll
> > > > regsvr32 wuaueng.dll
> > > > regsvr32 wucltui.dll
> > > > regsvr32 MSXML3.dll
> > > >
> > > > net.exe start wuauserv
> > > >
> > > > Try WU again.
> > > >
> > > > <When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005> - probably caused
> > > > because the service wasn't stopped first.
> > > >
> > > > --
> > > > ====================================
> > > > TaurArian [MS-MVP] 2005-2008 - Australia
> > > > ====================================
> > > > How to make a good post: http://www.dts-l.org/goodpost.htm
> > > > Defending your machine: http://defendingyourmachine2.blogspot.com/
> > > > http://taurarian.mvps.org/index.htm
> > > >
> > > > Emails will not be acknowledged - please post to the newsgroup so all may benefit.
> > > >
> > > >
> > > > "Jonas" <> wrote in message
> > > > news:339C557B-73B7-437B-AC20-...
> > > > |I have a HP laptop with preinstalled Vista Home Premium
> > > > |
> > > > | Windows defender update fails with 'the program can't install definition
> > > > | updates error found code:0x800040002'
> > > > |
> > > > | Windows update fails with 'windows could not search for new updates error
> > > > | found code:0x800040002'
> > > > |
> > > > | Each time I change the windows update settings they revert immediately back
> > > > | to 'install updates automatically'
> > > > |
> > > > | Now I tried the following things:
> > > > | 1) Reinstalled the update agent "WindowsUpdateAgent30-x86.exe" for 32bit
> > > > | systems
> > > > | 2) Deleted all sub folders in the SoftwareDistribution folder after stopping
> > > > | win upd
> > > > | 3) Checked the version of wuaueng.dll which is V. 7.0.6000.374
> > > > | 4) Deactivated my "Avira AntiVir" programm
> > > > | 5) When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005
> > > > |
> > > > | Does anyone have any suggestion how to go on?
> > > >
> > > >
> > > >

 
Reply With Quote
 
TaurArian [MS-MVP]
Guest
Posts: n/a

 
      08-17-2007
Thanks for reporting back.

--
====================================
TaurArian [MS-MVP] 2005-2008 - Australia
====================================
How to make a good post: http://www.dts-l.org/goodpost.htm
Defending your machine: http://defendingyourmachine2.blogspot.com/
http://taurarian.mvps.org/index.htm

Emails will not be acknowledged - please post to the newsgroup so all may benefit.


"Jonas" <> wrote in message
news:34150A36-8ADE-463D-8A40-...
|I don't know which one it was but one of them solved the problem:
|
| regsvr32 wuapi.dll
| regsvr32 wuaueng.dll
| regsvr32 wups.dll
| regsvr32 wups2.dll
| regsvr32 wuweb.dll
|
| Thanks you
|
|
| "Jonas" wrote:
|
| > I was actualy logged in as administrator, but I had to deactivate the
| > "account control" or what ever it is called in english. Now I was able to
| > execute your suggested commands expect the "regsvr32 wucltui.dll" which could
| > not be loaded ("Module was not found"). I can only find a file which is named
| > quite similar: regsvr32 wucltux.dll
| >
| > "TaurArian" wrote:
| >
| > > 80070005 is an "access denied error" meaning you have a problem with
| > > permissions.
| > > Are you logged in as an Administrator?
| > >
| > > "Jonas" wrote:
| > >
| > > > The command "net.exe stop wuauserv" seems to work, but the next command
| > > > causes the same problem I had before -> error code 80070005
| > > >
| > > > "TaurArian [MS-MVP]" wrote:
| > > >
| > > > > Try the following:-
| > > > >
| > > > > Click Start, select run and type the following (pressing okay after each one):-
| > > > >
| > > > > net.exe stop wuauserv
| > > > >
| > > > > regsvr32 wuapi.dll
| > > > > regsvr32 wups.dll
| > > > > regsvr32 wuaueng.dll
| > > > > regsvr32 wucltui.dll
| > > > > regsvr32 MSXML3.dll
| > > > >
| > > > > net.exe start wuauserv
| > > > >
| > > > > Try WU again.
| > > > >
| > > > > <When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005> -
probably caused
| > > > > because the service wasn't stopped first.
| > > > >
| > > > > --
| > > > > ====================================
| > > > > TaurArian [MS-MVP] 2005-2008 - Australia
| > > > > ====================================
| > > > > How to make a good post: http://www.dts-l.org/goodpost.htm
| > > > > Defending your machine: http://defendingyourmachine2.blogspot.com/
| > > > > http://taurarian.mvps.org/index.htm
| > > > >
| > > > > Emails will not be acknowledged - please post to the newsgroup so all may
benefit.
| > > > >
| > > > >
| > > > > "Jonas" <> wrote in message
| > > > > news:339C557B-73B7-437B-AC20-...
| > > > > |I have a HP laptop with preinstalled Vista Home Premium
| > > > > |
| > > > > | Windows defender update fails with 'the program can't install definition
| > > > > | updates error found code:0x800040002'
| > > > > |
| > > > > | Windows update fails with 'windows could not search for new updates error
| > > > > | found code:0x800040002'
| > > > > |
| > > > > | Each time I change the windows update settings they revert immediately back
| > > > > | to 'install updates automatically'
| > > > > |
| > > > > | Now I tried the following things:
| > > > > | 1) Reinstalled the update agent "WindowsUpdateAgent30-x86.exe" for 32bit
| > > > > | systems
| > > > > | 2) Deleted all sub folders in the SoftwareDistribution folder after stopping
| > > > > | win upd
| > > > > | 3) Checked the version of wuaueng.dll which is V. 7.0.6000.374
| > > > > | 4) Deactivated my "Avira AntiVir" programm
| > > > > | 5) When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005
| > > > > |
| > > > > | Does anyone have any suggestion how to go on?
| > > > >
| > > > >
| > > > >


 
Reply With Quote
 
Seneschal
Guest
Posts: n/a

 
      08-17-2007
Hi, I've tried the regsvr32 entries (in command mode running as
Administrator), all of them worked except the following two:

wucltui.dll
wuweb.dll

The error I get is:

The module "wuweb.dll" failed to load.

Make sure the binary is stored at the specified path or debug it to check
for problems with the binary or dependent .DLL files.

The specified module could not be found.
..

Help!?! I think something in my registry is messed up, but how to fix it?
I've turned off UAC as well, and done a SFC on the Vista file integrity.
Any other ideas would be greatly appreciated.

Here's the actual error from Vista Problem Reports:


Product
Driver software installation

Problem
Could not install driver software for device

Date
8/16/2007 9:08 PM

Status
Report Sent

Description
Windows encountered a problem while installing device drivers for your
Generic PnP Monitor

Problem signature
Problem Event Name: PnPDriverInstallError
Architecture: x86
Win32 error: 00000005
Inf name: hp_w2207.inf
Driver Package hash: e707d6b9e4f9e098ea6b4b194b5036c48e336d35
DDInstall section name: w2207_D.Install
OS Version: 6.0.6000.2.0.0.768.3
Locale ID: 1033

Extra information about the problem
Bucket ID: 30234043



"TaurArian [MS-MVP]" wrote:

> Thanks for reporting back.
>
> --
> ====================================
> TaurArian [MS-MVP] 2005-2008 - Australia
> ====================================
> How to make a good post: http://www.dts-l.org/goodpost.htm
> Defending your machine: http://defendingyourmachine2.blogspot.com/
> http://taurarian.mvps.org/index.htm
>
> Emails will not be acknowledged - please post to the newsgroup so all may benefit.
>
>
> "Jonas" <> wrote in message
> news:34150A36-8ADE-463D-8A40-...
> |I don't know which one it was but one of them solved the problem:
> |
> | regsvr32 wuapi.dll
> | regsvr32 wuaueng.dll
> | regsvr32 wups.dll
> | regsvr32 wups2.dll
> | regsvr32 wuweb.dll
> |
> | Thanks you
> |
> |
> | "Jonas" wrote:
> |
> | > I was actualy logged in as administrator, but I had to deactivate the
> | > "account control" or what ever it is called in english. Now I was able to
> | > execute your suggested commands expect the "regsvr32 wucltui.dll" which could
> | > not be loaded ("Module was not found"). I can only find a file which is named
> | > quite similar: regsvr32 wucltux.dll
> | >
> | > "TaurArian" wrote:
> | >
> | > > 80070005 is an "access denied error" meaning you have a problem with
> | > > permissions.
> | > > Are you logged in as an Administrator?
> | > >
> | > > "Jonas" wrote:
> | > >
> | > > > The command "net.exe stop wuauserv" seems to work, but the next command
> | > > > causes the same problem I had before -> error code 80070005
> | > > >
> | > > > "TaurArian [MS-MVP]" wrote:
> | > > >
> | > > > > Try the following:-
> | > > > >
> | > > > > Click Start, select run and type the following (pressing okay after each one):-
> | > > > >
> | > > > > net.exe stop wuauserv
> | > > > >
> | > > > > regsvr32 wuapi.dll
> | > > > > regsvr32 wups.dll
> | > > > > regsvr32 wuaueng.dll
> | > > > > regsvr32 wucltui.dll
> | > > > > regsvr32 MSXML3.dll
> | > > > >
> | > > > > net.exe start wuauserv
> | > > > >
> | > > > > Try WU again.
> | > > > >
> | > > > > <When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005> -
> probably caused
> | > > > > because the service wasn't stopped first.
> | > > > >
> | > > > > --
> | > > > > ====================================
> | > > > > TaurArian [MS-MVP] 2005-2008 - Australia
> | > > > > ====================================
> | > > > > How to make a good post: http://www.dts-l.org/goodpost.htm
> | > > > > Defending your machine: http://defendingyourmachine2.blogspot.com/
> | > > > > http://taurarian.mvps.org/index.htm
> | > > > >
> | > > > > Emails will not be acknowledged - please post to the newsgroup so all may
> benefit.
> | > > > >
> | > > > >
> | > > > > "Jonas" <> wrote in message
> | > > > > news:339C557B-73B7-437B-AC20-...
> | > > > > |I have a HP laptop with preinstalled Vista Home Premium
> | > > > > |
> | > > > > | Windows defender update fails with 'the program can't install definition
> | > > > > | updates error found code:0x800040002'
> | > > > > |
> | > > > > | Windows update fails with 'windows could not search for new updates error
> | > > > > | found code:0x800040002'
> | > > > > |
> | > > > > | Each time I change the windows update settings they revert immediately back
> | > > > > | to 'install updates automatically'
> | > > > > |
> | > > > > | Now I tried the following things:
> | > > > > | 1) Reinstalled the update agent "WindowsUpdateAgent30-x86.exe" for 32bit
> | > > > > | systems
> | > > > > | 2) Deleted all sub folders in the SoftwareDistribution folder after stopping
> | > > > > | win upd
> | > > > > | 3) Checked the version of wuaueng.dll which is V. 7.0.6000.374
> | > > > > | 4) Deactivated my "Avira AntiVir" programm
> | > > > > | 5) When I try to run "regsvr32 wuaueng.dll" I get the error code 80070005
> | > > > > |
> | > > > > | Does anyone have any suggestion how to go on?
> | > > > >
> | > > > >
> | > > > >
>
>
>

 
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
Cant open Control Panel run windows update defender update CountyMan Windows Vista Performance 2 06-05-2008 09:51 PM
Defender wont update (error code 80004002) - cant turn off win upd bikeman Windows Update 5 07-09-2007 12:52 AM
Defender - Wont turn on in security centre after updating definiti nick Windows Vista Security 5 04-29-2007 01:10 PM
windows update wont work and IE 6 wont work correctly when inside rickwilliamc Windows Update 1 06-25-2005 09:32 AM
wont update/wont shut down/lost default sytem no idea Windows Update 1 04-17-2004 11:50 PM



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