MSFN Forum: HOTFIXES: Win2000 SP4, WinXP SP2, WinXP SP3 and Win2003 SP2 - MSFN Forum

Jump to content



  • 21 Pages +
  • « First
  • 14
  • 15
  • 16
  • 17
  • 18
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

HOTFIXES: Win2000 SP4, WinXP SP2, WinXP SP3 and Win2003 SP2 Under New Management! Rate Topic: -----

#301 User is offline   Nilfred 

  • Member
  • PipPip
  • Group: Members
  • Posts: 210
  • Joined: 18-September 04

Posted 15 November 2007 - 08:57 PM

Microsoft Security Bulletin Summary for November 2007
MS07-061 Replaces MS06-045 Vulnerability in Windows URI Handling Could Allow Remote Code Execution (943460)
MS07-062 Replaces MS07-029 Vulnerability in DNS Could Allow Spoofing (941672)


#302 User is offline   abple 

  • Group: Members
  • Posts: 1
  • Joined: 18-July 07

Posted 16 November 2007 - 02:57 AM

just For Your Information:
The RunOnceEx issue has been resolved due to re-released IE7 on October.
Tested.

#303 User is offline   DarkShadows 

  • The brighter the light, the darker the shadows.
  • PipPip
  • Group: Members
  • Posts: 270
  • Joined: 12-January 05

Posted 16 November 2007 - 12:51 PM

Please add the follwing to the first post in the thread...thanks.

UPDATE LOG

November 12, 2007
Added KB943460 for WinXP SP2 and Win2K3 SP2

--------------------------------------------------------------------------------------
MS WINDOWS 2003 SERVER SP2 - (24)

*** NEW ***
KB943460 -> Vulnerability in Windows URI Handling could allow remote code execution
Download -› 3.2 MB (November 12, 2007)
Switches: KB943460.exe /q /n /z

--------------------------------------------------------------------------------------
MS WINDOWS XP PRO SP2 - (86)

*** NEW ***
KB943460 -> Vulnerability in Windows URI Handling could allow remote code execution
Download -› 3.0 MB (November 12, 2007)
Switches: KB943460.exe /q /n /z

And the ever popular update of KB890830

#304 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 901
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 19 November 2007 - 08:23 PM

Thanks DarkShadows.

List updated!

the_guy

#305 User is offline   rvansco 

  • Group: Members
  • Posts: 3
  • Joined: 14-July 06

Posted 20 November 2007 - 03:30 PM

Windows Genuine Advantage Validation is now at version 1.7.0059.1 (KB892130)

#306 User is offline   war59312 

  • Will's Blog
  • PipPipPipPipPip
  • Group: Members
  • Posts: 922
  • Joined: 07-June 02

Posted 27 November 2007 - 10:40 PM

KB942840

http://support.microsoft.com/kb/942840

#307 User is offline   lcbing 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 15-November 05

Posted 07 December 2007 - 02:00 PM

Anyone have the direct download link for the install file of KB892130? The new version, 1.7.0059.1 that is.

#308 User is offline   Arie 

  • One Man Army
  • PipPipPipPipPip
  • Group: Members
  • Posts: 835
  • Joined: 27-August 07

Posted 10 December 2007 - 05:38 AM

View Postlcbing, on Dec 7 2007, 09:00 PM, said:

Anyone have the direct download link for the install file of KB892130? The new version, 1.7.0059.1 that is.

Click here.

#309 User is offline   rajesh.kumar 

  • Crank up
  • PipPipPip
  • Group: Members
  • Posts: 340
  • Joined: 02-July 05

Posted 11 December 2007 - 01:22 PM

December Updates
KB941568 replaces 904706 (for Win XP, 2000, 2003SP2)
KB942615 replaces 939653 (for Win XP, 2003SP2)
KB937894 (New for WinXP, 2003SP2 and replaces 892944 in Win 2000)
KB941569 (for WMF11)
KB944653 (for Win XP, 2003)

This post has been edited by rajesh.kumar: 11 December 2007 - 01:38 PM


#310 User is offline   Glenn9999 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 588
  • Joined: 23-April 07

Posted 11 December 2007 - 04:54 PM

I saw 942763 as well when I ran Windows Update

http://support.microsoft.com/kb/942763

#311 User is online   jbm 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 626
  • Joined: 16-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 December 2007 - 06:23 PM

Cumulative rime zone update
KB942763 replaces KB933360

#312 User is offline   oneless 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 374
  • Joined: 07-January 05

Posted 12 December 2007 - 12:42 AM

in case if somebody is interested to force a restart on windows update service
works like a charm in my project .
;----------------------------------------------------------------------------
	Func _kill_windowsupdate ( )
	; Stop the Automatic Updates Service
		RunWait(@SystemDir & "\net.exe stop wuauserv", "", @SW_HIDE)
			Sleep ( 250 )
	; start the Automatic Updates Service
		RunWait(@SystemDir & "\net.exe start wuauserv", "", @SW_HIDE)
	; beg Automatic Updates Service to [re]check for missing updates
			Sleep ( 250 )
		RunWait(@SystemDir & "\wuauclt.exe /resetauthorization /detectnow")
	EndFunc
;----------------------------------------------------------------------------


#313 User is offline   GrofLuigi 

  • GroupPolicy Tattoo Artist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,160
  • Joined: 21-April 05
  • OS:none specified
  • Country: Country Flag

Posted 13 December 2007 - 07:42 PM

Two new babies :) :

http://support.microsoft.com/kb/945007 This one disables "click to activate" behavior in ActiveX controls (hopefully, not tested yet).

http://support.microsoft.com/kb/942423 This one adds VC1 video codec (Blu-Ray, HD DVD) to Windows Media Player versions earlier than 11.

GL

#314 User is offline   lcbing 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 15-November 05

Posted 13 December 2007 - 10:26 PM

Thanks, but actually I was looking for the actually install file for KB892130. I'd like to integrate it with my unattended DVD. But now I see that KB905474 is on the update list instead of KB892130.

I'm now officially confused. Can anyone explain this?

#315 User is offline   Fox Mulder 

  • Member
  • PipPip
  • Group: Members
  • Posts: 117
  • Joined: 03-April 05

Posted 14 December 2007 - 06:36 PM

There is no install file for KB892130 to my knowledge; you can download LegitCheckControl.cab and slipstream it with HFSLIP.
KB905474 is the "Windows Genuine Advantage Notifications application" and KB892130 is the "Windows Genuine Advantage Validation Tool"; they're different things.

This post has been edited by Fox Mulder: 14 December 2007 - 06:38 PM


#316 User is offline   GreenMachine 

  • ineXPlicable
  • Group: Developers
  • Posts: 3,062
  • Joined: 22-August 03

Posted 14 December 2007 - 07:19 PM

KB892130: http://www.download.windowsupdate.com/msdo...32491eaf8f1.exe
http://www.download.windowsupdate.com/msdownload/update/v3-19990518/cabpool/windowsxp-kb892130-enu-x86_330f7620f5b52cdc70c9555786cbe32491eaf8f1.exe


#317 User is offline   rajesh.kumar 

  • Crank up
  • PipPipPip
  • Group: Members
  • Posts: 340
  • Joined: 02-July 05

Posted 14 December 2007 - 10:49 PM

thank u for the link.

#318 User is offline   lcbing 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 15-November 05

Posted 14 December 2007 - 11:07 PM

Yes, thanks for the link. Now, do you by chance have the link for the new KB905474? It showed up on my Microsoft Update list a few days ago.

#319 User is offline   GreenMachine 

  • ineXPlicable
  • Group: Developers
  • Posts: 3,062
  • Joined: 22-August 03

Posted 15 December 2007 - 12:43 AM

Yes, I do have it ... And you can find it, too!

I assume you already looked in C:\Windows\WindowsUpdate.log. If you do not find it there, go to NirSoft (www.nirsoft.net), and download SmartSniff. Start SmartSniff, and let Windows Update download the file(s) in question. Now, examine the streams tracked by SmartSniff, and you will find the link(s)!

#320 User is offline   DarkShadows 

  • The brighter the light, the darker the shadows.
  • PipPip
  • Group: Members
  • Posts: 270
  • Joined: 12-January 05

Posted 15 December 2007 - 07:31 AM

View Postlcbing, on Dec 15 2007, 01:07 AM, said:

Yes, thanks for the link. Now, do you by chance have the link for the new KB905474? It showed up on my Microsoft Update list a few days ago.


Windows Genuine Advantage Notifications (KB905474) Download Page

Share this topic:


  • 21 Pages +
  • « First
  • 14
  • 15
  • 16
  • 17
  • 18
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy