Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > Windows XP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-02-2008, 08:14 PM
=?Utf-8?B?d2VzbGV5ag==?=
 
Posts: n/a
update download fails

XP professional, system checks for needed updates, they are listed, install
is selected, the download window pops up, each download in turn then fails, i
have tried everything i can think of, non of the KB articles seem to deal
with this, there is no warning, no error code, it simply shows download
failed in the download box.


Reply With Quote
  #2 (permalink)  
Old 07-02-2008, 08:26 PM
Nepatsfan
 
Posts: n/a
Re: update download fails

"wesleyj" <wesleyj@discussions.microsoft.com> wrote in message
news:B6576DF6-A84C-4C04-A5BF-0E75FB477582@microsoft.com...
> XP professional, system checks for needed updates, they are listed, install
> is selected, the download window pops up, each download in turn then fails, i
> have tried everything i can think of, non of the KB articles seem to deal
> with this, there is no warning, no error code, it simply shows download
> failed in the download box.
>
>



See if the information in this article helps. Note: While the title of the
article only mentions repair installation, it's been reported in these
newsgroups that the suggested fix may help when the issue occurs after a clean
installation.

Updates are not installed successfully from Windows Update, from Microsoft
Update, or by using Automatic Updates after you repair a Windows XP installation
http://support.microsoft.com/kb/943144

Good luck

Nepatsfan


Reply With Quote
  #3 (permalink)  
Old 07-02-2008, 09:28 PM
Clark...
 
Posts: n/a
Re: update download fails

wesleyj wrote:
> XP professional, system checks for needed updates, they are listed,
> install is selected, the download window pops up, each download in
> turn then fails, i have tried everything i can think of, non of the
> KB articles seem to deal with this, there is no warning, no error
> code, it simply shows download failed in the download box.





Copy/paste this into a notepad doc, and save as whatever.bat.. (save as all
files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo off
c:

net stop wuauserv

regsvr32 /u wuapi.dll /s
regsvr32 /u wups.dll /s
regsvr32 /u wuaueng.dll /s
regsvr32 /u wuaueng1.dll /s
regsvr32 /u wucltui.dll /s
regsvr32 /u wuweb.dll /s
regsvr32 /u MSXML3.dll /s
regsvr32 /u qmgr.dll /s
regsvr32 /u qmgrprxy.dll /s
regsvr32 /u jscript.dll /s
regsvr32 /u wups2.dll /s
regsvr32 /u atl.dll /s
regsvr32 wuapi.dll /s
regsvr32 wups.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wucltui.dll /s
regsvr32 wuweb.dll /s
regsvr32 MSXML3.dll /s
regsvr32 qmgr.dll /s
regsvr32 qmgrprxy.dll /s
regsvr32 jscript.dll /s
regsvr32 wups2.dll /s
regsvr32 atl.dll /s


cd %windir%
ren SoftwareDistribution SoftDist-old

net start wuauserv
exit
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


That should do it.
Clark...
Owner WCFP Computers

--
Don't you have Google in your part of the world?


Reply With Quote
  #4 (permalink)  
Old 07-02-2008, 09:31 PM
Clark...
 
Posts: n/a
Re: update download fails

wesleyj wrote:
> XP professional, system checks for needed updates, they are listed,
> install is selected, the download window pops up, each download in
> turn then fails, i have tried everything i can think of, non of the
> KB articles seem to deal with this, there is no warning, no error
> code, it simply shows download failed in the download box.


if the first fix does not work try this link,
http://wiki.lunarsoft.net/wiki/Dial-...C_and_articles

I have used this tool for many computer fixes, 75+
Clark...
--
Don't you have Google in your part of the world?


Reply With Quote
  #5 (permalink)  
Old 07-02-2008, 09:34 PM
Clark...
 
Posts: n/a
Re: update download fails

Clark... wrote:
> wesleyj wrote:
>> XP professional, system checks for needed updates, they are listed,
>> install is selected, the download window pops up, each download in
>> turn then fails, i have tried everything i can think of, non of the
>> KB articles seem to deal with this, there is no warning, no error
>> code, it simply shows download failed in the download box.

>
>
>
>




> Copy/paste this into a notepad doc, and save as whatever.bat.. (save
> as all files)

Oh and then run it.......
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> echo off
> c:
>
> net stop wuauserv
>
> regsvr32 /u wuapi.dll /s
> regsvr32 /u wups.dll /s
> regsvr32 /u wuaueng.dll /s
> regsvr32 /u wuaueng1.dll /s
> regsvr32 /u wucltui.dll /s
> regsvr32 /u wuweb.dll /s
> regsvr32 /u MSXML3.dll /s
> regsvr32 /u qmgr.dll /s
> regsvr32 /u qmgrprxy.dll /s
> regsvr32 /u jscript.dll /s
> regsvr32 /u wups2.dll /s
> regsvr32 /u atl.dll /s
> regsvr32 wuapi.dll /s
> regsvr32 wups.dll /s
> regsvr32 wuaueng.dll /s
> regsvr32 wuaueng1.dll /s
> regsvr32 wucltui.dll /s
> regsvr32 wuweb.dll /s
> regsvr32 MSXML3.dll /s
> regsvr32 qmgr.dll /s
> regsvr32 qmgrprxy.dll /s
> regsvr32 jscript.dll /s
> regsvr32 wups2.dll /s
> regsvr32 atl.dll /s
>
>
> cd %windir%
> ren SoftwareDistribution SoftDist-old
>
> net start wuauserv
> exit
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
> That should do it.
> Clark...
> Owner WCFP Computers


--
Don't you have Google in your part of the world?


Reply With Quote
  #6 (permalink)  
Old 07-02-2008, 10:05 PM
Ms. L MS MVP
 
Posts: n/a
Re: update download fails

Use my Svchosts Fix tool. Download it here
http://pcbutts1.com/downloads/tools/tools.htm if that does not fix it then
use the Automatic Update Repair Tool on the same page.



--
Stalking is a Crime
Stalking charges are serious and
almost every state now has a strict stalking law.




"wesleyj" <wesleyj@discussions.microsoft.com> wrote in message
news:B6576DF6-A84C-4C04-A5BF-0E75FB477582@microsoft.com...
> XP professional, system checks for needed updates, they are listed,
> install
> is selected, the download window pops up, each download in turn then
> fails, i
> have tried everything i can think of, non of the KB articles seem to deal
> with this, there is no warning, no error code, it simply shows download
> failed in the download box.
>
>


Reply With Quote
  #7 (permalink)  
Old 07-02-2008, 10:48 PM
=?Utf-8?B?d2VzbGV5ag==?=
 
Posts: n/a
RE: update download fails

the .bat did it, i had already tried the KB article and the dial-a-fix, none
of those worked, thanx for the help.

"wesleyj" wrote:

> XP professional, system checks for needed updates, they are listed, install
> is selected, the download window pops up, each download in turn then fails, i
> have tried everything i can think of, non of the KB articles seem to deal
> with this, there is no warning, no error code, it simply shows download
> failed in the download box.
>
>

Reply With Quote
  #8 (permalink)  
Old 07-02-2008, 10:54 PM
MowGreen [MVP]
 
Posts: n/a
Re: update download fails

> Ms. L MS MVP wrote:


This person claims to be an MVP but is ***NOT one***.
"It" also claimed that the "Microsoft's Automatic Update Repair Tool"
offered on this download page was authored by this person.
It was not, the page now states that others created "some", and now
includes a copyright icon. Also, one must agree to an MS EULA before
downloading it.
In addition, this Version of the tool is BUGGY and is the PREVIOUS
Version, v76.

There is a subsequent Version, v77a, that has been pulled for review by
MS Program Managers. The real name of the tool is * AU Client and
WindowsUpdate Reset Tool (v77a) *
Here is the page where the author had made it available:
http://www.codeplex.com/aureset/Rele...eleaseId=13656

Caveat Emptor !

MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============






Reply With Quote
  #9 (permalink)  
Old 07-02-2008, 11:50 PM
Ms. L MS MVP
 
Posts: n/a
Re: update download fails

Sheeesh another stupid MVP troll. Where and when did I ever say that that
was mine, I never said that you just assumed it was was because I offered
it. Is something wrong with your reading comprehension? 77a has been pulled.
That means IT IS NOT AVAILABLE HELLO HELLO! IS ANYONE HOME KNOCK KNOCK. When
it because available I will update my site but until then version 76, which
"IS" still available will stay where it is. Now get lost.


--
Stalking is a Crime
Stalking charges are serious and
almost every state now has a strict stalking law.




"MowGreen [MVP]" <mowgreen@nowandzen.com> wrote in message
news:u0GZk4I3IHA.3544@TK2MSFTNGP05.phx.gbl...
>> Ms. L MS MVP wrote:

>
>
> This person claims to be an MVP but is ***NOT one***.
> "It" also claimed that the "Microsoft's Automatic Update Repair Tool"
> offered on this download page was authored by this person.
> It was not, the page now states that others created "some", and now
> includes a copyright icon. Also, one must agree to an MS EULA before
> downloading it.
> In addition, this Version of the tool is BUGGY and is the PREVIOUS
> Version, v76.
>
> There is a subsequent Version, v77a, that has been pulled for review by
> MS Program Managers. The real name of the tool is * AU Client and
> WindowsUpdate Reset Tool (v77a) *
> Here is the page where the author had made it available:
> http://www.codeplex.com/aureset/Rele...eleaseId=13656
>
> Caveat Emptor !
>
> MowGreen [MVP 2003-2008]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
>
>
>
>
>


Reply With Quote
  #10 (permalink)  
Old 07-03-2008, 01:19 PM
Leythos
 
Posts: n/a
Re: update download fails

In article <%CTak.20613$co7.6767@nlpi066.nbdc.sbc.com>, toidi@tpap.com
says...
> Where and when did I ever say that that
> was mine,


You did in your own post:

"Use my Svchosts Fix tool. Download it here "

That tells people that it's YOUR tool, that you authored it or had
someone write it for you.

If you had said "Download a copy of the MS SVCHOSTS File Tool" you would
be correct, but you didn't.

--
- Igitur qui desiderat pacem, praeparet bellum.
- Calling an illegal alien an "undocumented worker" is like calling a
drug dealer an "unlicensed pharmacist"
spam999free@rrohio.com (remove 999 for proper email address)
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > Windows XP


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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



All times are GMT. The time now is 08:38 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Sexy Cop Costume | Online Loans | Problem Mortgage | Mobile Phone | Electricity Suppliers



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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114