"expon",
Not versions perhaps, so much as a dll that somehow becomes unregistered. Since
you are using Windows XP, you might go to the System32 folder and try this:
1. Click Start
2. Click Run
3. Type: cmd <Enter>
4. In the Command Prompt, type: %systemdrive% <Enter> (You may skip this step
if you know already that you are on the system drive, in one of the
directories -- though this step is harmless)
5. Type: cd \ & notepad.exe rereg.cmd <Enter>
6. Confirm that you wish to create this file
7. Copy and paste the following into the file:
rem --------------------------------------------------------------------------------
@ net stop wuauserv
@ net stop bits
@ for /R %windir%\system32 %%x IN (*.dll) DO Regsvr32 /s %%x
@ net start bits
@ net start wuauserv
@ echo The registration is complete...
rem --------------------------------------------------------------------------------
8. Press <Ctrl>+<S> to save this file
9. Close rereg.cmd
10. In the Command Prompt, type: rereg.cmd <Enter>
11. This file will register every dll in the system32, and recursively with all
subdirectories. This may take a few minutes, and you may see errors.
12. Try Windows Update again, and see if anything changes for you.
Sincerely,
Pat Walters [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights. Use
of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
"expon" <> wrote in message
news:EF47A1DA-464A-4708-A61E-...
> Thanks for the response.
> Using Microsoft Windows XP Professional SP2.
> Also sfc /scannow cures the problem. Are dll versions a problem?
>
> Regards
>
> "Pat Walters [MSFT]" wrote:
>
>> "expon",
>>
>> I'd like to help, but we need a bit more information. This is KB890923,
>> which
>> is the security update: MS05-020: Cumulative security update for Internet
>> Explorer
>>
>> This update is available for the following operating systems:
>> Microsoft Windows Server 2003, Datacenter Edition
>> Microsoft Windows Server 2003, Datacenter Edition for Itanium-based Systems
>> Microsoft Windows Server 2003, Enterprise Edition
>> Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems
>> Microsoft Windows Server 2003, Standard Edition
>> Microsoft Windows Small Business Server 2003 Premium Edition
>> Microsoft Windows Small Business Server 2003 Standard Edition
>> Microsoft Windows XP Professional SP2
>> Microsoft Windows XP Home Edition SP2
>> Microsoft Windows XP Professional 64-Bit Edition (Itanium)
>> Microsoft Windows XP Professional 64-Bit Edition (Itanium) 2003
>> Microsoft Windows XP Home Edition SP1
>> Microsoft Windows XP Professional SP1
>> Microsoft Windows XP Service Pack 1
>> Microsoft Windows 2000 Advanced Server SP3
>> Microsoft Windows 2000 Service Pack 3
>> Microsoft Windows 2000 Service Pack 3
>> Microsoft Windows 2000 Service Pack 3
>> Microsoft Windows 2000 Advanced Server SP4
>> Microsoft Windows 2000 Datacenter Server SP4
>> Microsoft Windows 2000 Professional SP4
>> Microsoft Windows 2000 Server SP4
>> Microsoft Windows Millennium Edition
>> Microsoft Windows 98 Standard Edition
>> Microsoft Windows 98 Second Edition
>>
>> Which one is yours? We need this information to decide which way to proceed,
>> and with what tools. As an example, if you have any of the last 3 items
>> listed
>> above, we cannot use Microsoft Baseline Security Analyzer (MBSA) nor our
>> MPS_REPORTS.
>>
>> Please post back and let us know.
>>
>> Sincerely,
>>
>> Pat Walters [MSFT]
>>
>> This posting is provided "AS IS" with no warranties, and confers no rights.
>> Use
>> of included script samples are subject to the terms specified at
>> http://www.microsoft.com/info/cpyright.htm"
>>
>> "expon" <> wrote in message
>> news:84BF893D-D9A8-4EE2-A041-...
>> > After install of 890923 several applications eg, IE, Norton Internet
>> > Security , Help and Support on Start menu crash. Restoring a drive image
>> > backup works OK.
>> > Any ideas?
>>
>>
>>
|