Help!

Windows Update Problem

 
  

Goto page 1, 2, 3
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Windows Fanatics RSS
Next:  Sfc Won't Run  
Author Message
djlen



Joined: Aug 19, 2005
Posts: 6



PostPosted: Fri Aug 19, 2005 11:14 am    Post subject:

Since Windows Update was updated to V6, I encounter the following problem.

"Files required to use Windows Update are no longer registered or installed on your computer. To continue:

Click option 1: Register or reinstall the files for me now (Recommended)
Click option 2: Let me read about more steps that might be required to solve the problem."


Clicking option 1 makes out like it's doing something useful, then goes back to the Windows Update screen offering Express (recommended) or Custom. Doesn't matter which you select, it sends you back to:
"Files required to use Windows Update are no longer registered or installed on your computer. To continue:"

Clicking option 2 does not send you to a place that helps you resolve the problem, it sends you to a screen where you can "SEARCH FOR YOURSELF" from scratch! UGH :thumbdown:

Help anyone??? :hmm:

PS: Microsuck Support is way too painful to bear!
Back to top
Rons



Joined: Dec 07, 2002
Posts: 5667



PostPosted: Fri Aug 19, 2005 12:11 pm    Post subject:

You may wish to let us know what version of Windows you are using and any service packs installed. Smile
Back to top
djlen



Joined: Aug 19, 2005
Posts: 6



PostPosted: Fri Aug 19, 2005 12:15 pm    Post subject:

Quote:
You may wish to let us know what version of Windows you are using and any service packs installed.  Smile
[right][snapback]286554[/snapback][/right]


Sure ...sorry! :blink:

Windows 2000 Professional SP4
Back to top
zlim



Joined: Mar 11, 2005
Posts: 2636



PostPosted: Fri Aug 19, 2005 12:16 pm    Post subject:

What happens if you use an older link like this
v4.windowsupdate.microsoft.com/
or this
v5.windowsupdate.microsoft.com/ v5consumer/default.aspx?ln=en-us ?
Back to top
djlen



Joined: Aug 19, 2005
Posts: 6



PostPosted: Fri Aug 19, 2005 2:17 pm    Post subject:

Quote:
What happens if you use an older link like this
v4.windowsupdate.microsoft.com/
or this
v5.windowsupdate.microsoft.com/ v5consumer/default.aspx?ln=en-us  ?
[right][snapback]286556[/snapback][/right]


They default to update.microsoft.com/windowsupdate/v6/default.aspx?ln=en-us

There MUST be a "fix" for it :hmm:
...or I guess wait for a hotfix from Microsuck :thumbdown:
Back to top
reader



Joined: May 07, 2004
Posts: 1617



PostPosted: Fri Aug 19, 2005 3:13 pm    Post subject:

Have you tried re-booting the system after Windows Update "updates" the files needed, and before running it again ?

Back to top
Serial666



Joined: Aug 04, 2004
Posts: 2981



PostPosted: Fri Aug 19, 2005 3:18 pm    Post subject:

Try this:-
Click Start/Run, and type sfc /scannow
Have your install CD at hand just in case it's asked for..
Back to top
kamenloko



Joined: Aug 18, 2005
Posts: 20



PostPosted: Fri Aug 19, 2005 3:32 pm    Post subject:

Does this message appear other times ??
Quote:
"Files required to use Windows Update are no longer registered or installed on your computer. To continue:

Click option 1: Register or reinstall the files for me now (Recommended)
Click option 2: Let me read about more steps that might be required to solve the problem."


It could be virus........
Back to top
Rons



Joined: Dec 07, 2002
Posts: 5667



PostPosted: Fri Aug 19, 2005 4:26 pm    Post subject:

Just to rule out a 'bug' - run McAfee Stinger:

http://vil.nai.com/vil/stinger/

Back to top
djlen



Joined: Aug 19, 2005
Posts: 6



PostPosted: Fri Aug 19, 2005 9:52 pm    Post subject:

Already tried rebooting and reinstalled SP4 etc.

Will try the sfc /scannow and stinger on monday when I return to work (and the PC with the problem).

It "could" be a virus, but with the setup there at work, I'd seriously doubt it.

Hey, Thanks everyone!

Has nobody else ever encountered this problem? :blink:
Back to top
goretsky



Joined: Dec 07, 2002
Posts: 9041

Location: Southern California

PostPosted: Sat Aug 20, 2005 3:28 am    Post subject:

Hello,

Just to verify, you are using Microsoft Internet Explorer as your web browser, correct?

If so, it sounds like some of the services or the files (or both) which are required for the Windows Update service to run are no longer running or registered with the system.

Let's try stopping the services, re-registering the files used and restarting the services used for Windows Update and see if that makes a difference.

Create a new text file using Notepad or your favorite text editor and copy and paste the following lines into it:

    %windir%\system32\net.exe stop bits
    %windir%\system32\net.exe stop wuauserv
    %windir%\system32\regsvr32.exe %windir%\system32\atl.dll
    %windir%\system32\regsvr32.exe %windir%\system32\jscript.dll
    %windir%\system32\regsvr32.exe %windir%\system32\msxml3.dll
    %windir%\system32\regsvr32.exe %windir%\system32\softpub.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuapi.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuaueng.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuaueng1.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wucltui.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wups.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuweb.dll
    %windir%\system32\net.exe start bits
    %windir%\system32\net.exe start wuauserv
Save the file with a name of "WUREPAIR.CMD" someplace you will remember such as your Desktop or a directory like C:\TEMP including the quotation marks in the filename so the text editor doesn't accidentally save it with a .TXT file extension.

Run the WUREPAIR.CMD file from the Command Prompt (filename: CMD.EXE ) or by double-clicking on it.

Try accessing the Windows Update web site once more and let us know what happened. Although this change to the system should take effect immediately, you may need to reboot the system if it does not work. If it still does not work after rebooting, let us know.

Regards,

Aryeh Goretsky
Back to top
alskdjf1



Joined: Aug 20, 2005
Posts: 1



PostPosted: Sun Aug 21, 2005 2:23 am    Post subject:

Quote:
Hello,

Just to verify, you are using Microsoft Internet Explorer as your web browser, correct?

If so, it sounds like some of the services or the files (or both) which are required for the Windows Update service to run are no longer running or registered with the system. 

Let's try stopping the services, re-registering the files used and restarting the services used for Windows Update and see if that makes a difference.

Create a new text file using Notepad or your favorite text editor and copy and paste the following lines into it:

    %windir%\system32\net.exe stop bits
    %windir%\system32\net.exe stop wuauserv
    %windir%\system32\regsvr32.exe %windir%\system32\atl.dll
    %windir%\system32\regsvr32.exe %windir%\system32\jscript.dll
    %windir%\system32\regsvr32.exe %windir%\system32\msxml3.dll
    %windir%\system32\regsvr32.exe %windir%\system32\softpub.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuapi.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuaueng.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuaueng1.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wucltui.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wups.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuweb.dll
    %windir%\system32\net.exe start bits
    %windir%\system32\net.exe start wuauserv

Save the file with a name of "WUREPAIR.CMD" someplace you will remember such as your Desktop or a directory like C:\TEMP including the quotation marks in the filename so the text editor doesn't accidentally save it with a .TXT file extension.

Run the WUREPAIR.CMD file from the Command Prompt (filename: CMD.EXE ) or by double-clicking on it. 

Try accessing the Windows Update web site once more and let us know what happened.  Although this change to the system should take effect immediately, you may need to reboot the system if it does not work.  If it still does not work after rebooting, let us know.

Regards,

Aryeh Goretsky
[right][snapback]286740[/snapback][/right]

Hello,
I kind of stumbled onto this thread while searching for a solution to the same problem. I tried all of the suggestions and was finally successful with this last one. Thank you very much.
Back to top
patio



Joined: Feb 03, 2004
Posts: 5598



PostPosted: Sun Aug 21, 2005 9:01 am    Post subject:

Welcome Aboard ! !

patio. B)
Back to top
djlen



Joined: Aug 19, 2005
Posts: 6



PostPosted: Sun Aug 21, 2005 2:27 pm    Post subject:

Amazingly, after kicking-up some dust with Microsuck, I have 2 support people there wanting to help with the solution.

On monday, when I'm back at the offending PC at work, I'll be trying thier suggestions, as well as some of your here in this forum.

Best Regardz and Thanks.
Len
Back to top
SBrown



Joined: Aug 24, 2005
Posts: 1



PostPosted: Wed Aug 24, 2005 2:35 pm    Post subject:

Quote:
Quote:
Hello,

Just to verify, you are using Microsoft Internet Explorer as your web browser, correct?

If so, it sounds like some of the services or the files (or both) which are required for the Windows Update service to run are no longer running or registered with the system. 

Let's try stopping the services, re-registering the files used and restarting the services used for Windows Update and see if that makes a difference.

Create a new text file using Notepad or your favorite text editor and copy and paste the following lines into it:

    %windir%\system32\net.exe stop bits
    %windir%\system32\net.exe stop wuauserv
    %windir%\system32\regsvr32.exe %windir%\system32\atl.dll
    %windir%\system32\regsvr32.exe %windir%\system32\jscript.dll
    %windir%\system32\regsvr32.exe %windir%\system32\msxml3.dll
    %windir%\system32\regsvr32.exe %windir%\system32\softpub.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuapi.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuaueng.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuaueng1.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wucltui.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wups.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuweb.dll
    %windir%\system32\net.exe start bits
    %windir%\system32\net.exe start wuauserv


Save the file with a name of "WUREPAIR.CMD" someplace you will remember such as your Desktop or a directory like C:\TEMP including the quotation marks in the filename so the text editor doesn't accidentally save it with a .TXT file extension.

Run the WUREPAIR.CMD file from the Command Prompt (filename: CMD.EXE ) or by double-clicking on it.  

Try accessing the Windows Update web site once more and let us know what happened.  Although this change to the system should take effect immediately, you may need to reboot the system if it does not work.  If it still does not work after rebooting, let us know.

Regards,

Aryeh Goretsky
[right][snapback]286740[/snapback][/right]

Hello,
I kind of stumbled onto this thread while searching for a solution to the same problem. I tried all of the suggestions and was finally successful with this last one. Thank you very much.
[right][snapback]287026[/snapback][/right]


Hi,

I have a Windows 2000 Server with SP4 that had the exact same problem. I copied the files listed to Notepad and then ran the script on the server... problem was solved.

Thanks Guys

SBrown
Back to top
djlen



Joined: Aug 19, 2005
Posts: 6



PostPosted: Wed Aug 24, 2005 11:19 pm    Post subject:

One of the MS team emailed me with this...

[cmd]
regsvr32 wuauserv.dll
[enter]

VOILA :thumbup: ...it worked (shame it didn't do it when WU said it would)

Thanks everyone for your concern!
muchly appreciated!

Back to top
bradyh



Joined: Aug 30, 2005
Posts: 10



PostPosted: Tue Aug 30, 2005 4:21 pm    Post subject:

Quote:
Quote:
Quote:
Hello,

Just to verify, you are using Microsoft Internet Explorer as your web browser, correct?

If so, it sounds like some of the services or the files (or both) which are required for the Windows Update service to run are no longer running or registered with the system. 

Let's try stopping the services, re-registering the files used and restarting the services used for Windows Update and see if that makes a difference.

Create a new text file using Notepad or your favorite text editor and copy and paste the following lines into it:

    %windir%\system32\net.exe stop bits
    %windir%\system32\net.exe stop wuauserv
    %windir%\system32\regsvr32.exe %windir%\system32\atl.dll
    %windir%\system32\regsvr32.exe %windir%\system32\jscript.dll
    %windir%\system32\regsvr32.exe %windir%\system32\msxml3.dll
    %windir%\system32\regsvr32.exe %windir%\system32\softpub.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuapi.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuaueng.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuaueng1.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wucltui.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wups.dll
    %windir%\system32\regsvr32.exe %windir%\system32\wuweb.dll
    %windir%\system32\net.exe start bits
    %windir%\system32\net.exe start wuauserv



Save the file with a name of "WUREPAIR.CMD" someplace you will remember such as your Desktop or a directory like C:\TEMP including the quotation marks in the filename so the text editor doesn't accidentally save it with a .TXT file extension.

Run the WUREPAIR.CMD file from the Command Prompt (filename: CMD.EXE ) or by double-clicking on it.  

Try accessing the Windows Update web site once more and let us know what happened.  Although this change to the system should take effect immediately, you may need to reboot the system if it does not work.  If it still does not work after rebooting, let us know.

Regards,

Aryeh Goretsky
[right][snapback]286740[/snapback][/right]

Hello,
I kind of stumbled onto this thread while searching for a solution to the same problem. I tried all of the suggestions and was finally successful with this last one. Thank you very much.
[right][snapback]287026[/snapback][/right]


Hi,

I have a Windows 2000 Server with SP4 that had the exact same problem. I copied the files listed to Notepad and then ran the script on the server... problem was solved.

Thanks Guys

SBrown
[right][snapback]287669[/snapback][/right]



Hey there,

I'm new to this but am having this same problem with one of our computers. It is running Windows 2000 professional. I've tried the suggestions but I get an error when running the above command. The file msxml3.dll didn't exist on this computer. I copied this file from another computer but it still didn't work. Any suggestions?

Thanks,
Brady
Back to top
zlim



Joined: Mar 11, 2005
Posts: 2636



PostPosted: Tue Aug 30, 2005 7:08 pm    Post subject:

Is the file msxml3.dll located in C:\WINNT\System 32 ?
This is the version I have on my 2K, SP4 8.30.9926.0
Back to top
goretsky



Joined: Dec 07, 2002
Posts: 9041

Location: Southern California

PostPosted: Wed Aug 31, 2005 2:48 am    Post subject:

Hello,

Have you tried downloading and installing the Microsoft XML Parser (MSXML) 3.0 Service Pack 7 (SP7) from their web site? If so, did that make any difference?

Regards,

Aryeh Goretsky
Back to top
bradyh



Joined: Aug 30, 2005
Posts: 10



PostPosted: Wed Aug 31, 2005 9:55 am    Post subject:

Yep, that's where I put the new one.
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Windows Fanatics All times are: Eastern Time (US & Canada) (change)
Goto page 1, 2, 3
Page 1 of 3

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum