![]() |
|
|
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. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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. |
|
|||
|
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 |
|
|||
|
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? |
|
|||
|
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? |
|
|||
|
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? |
|
|||
|
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. > > |
|
|||
|
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. > > |
|
|||
|
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 =============== |
|
|||
|
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 > =============== > > > > > > |
|
|||
|
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) |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|