Continual request to download and install 835732

J

Jason

Hi team,

WinUpdate is continually asking to download KB835732 yet I have probably
installed it several times already. After thinking that the same message
kept coming up I decided to make a note of KB835732 an sure enough every
time there is an update to install it is the same one.

Thanks,
J.
 
J

JasonA

'xp_KB835732_fix.vbs - Prevents Windows Update from prompting you to install
'Hotfix KB835732, after you have already installed it.
'© Doug Knox, Kelly Theriot - 8/23/2003, 6/5/2004

Set WshShell = CreateObject("WScript.Shell")
X = WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\HotFix\KB835732\Fix Description")

If X = "Windows XP Hotfix - KB835732" Then
WshShell.RegWrite
"HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\KB835732\","Needed
to prevent Win Update from prompting for this install"
Set WshShell = Nothing

Message = "Windows Update should no longer prompt" & vbCR
Message = Message & "for Hotfix KB835732 to be installed." & vbCR & vbCR
Message = Message & "© 2003 - Doug Knox, Kelly Theriot"

MsgBox Message, vbOkOnly, "Finished!"

Else

Message = "The Registry was checked and it doesn't appear" & vbCR
Message = Message & "that Hotfix KB835732 was ever installed." & vbCR
Message = Message & "no changes were made to your system." & vbCR & vbCR
Message = Message & "© 2003 - Doug Knox and Kelly Theriot "

MsgBox Message, vbInformation, "No changes made!"

End If

Set WshShell = Nothing
 
M

Martin Turner

Hi,

I'm having the same problem as well - Please let me know when you find a fix
for it.

Martin
 
?

=?Windows-1252?B?1L/UIE13cw==?=

Do you have a folder in your program files directory named, Netmeeting?
If so, do these three files exits with version dates, 5.1.2600.1348?

1) Callcont.dll
2) Mst120.dll
3) Nmcom.dll


Mo
 
J

JasonA

Yes I do,

Here's the weird part:

Turned the computer off and changed location. PC real slow.
Renamed the computer. PC back to normal.
For no reason real slow.
Renamed the computer. Still slow.
For no reason a long time later, back to normal.
 
J

John Hardy

I have XP and theres a download from MS that has been trying for 2
days now. It doesnt finish and then starts all over again.

I do have these files
1) Callcont.dll
2) Mst120.dll
3) Nmcom.dll installed .

Anyone any ideas what to do re this. Each time I go on line it starts
but doesnt finish
 
M

Martin Turner

Mo
I have the files but the versions are 5.1.2600.133
Does this mean that the update didn't happen?

Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top