MSFN Forum: HOTFIXES: Windows XP SP2 & Windows 2000 SP4 - MSFN Forum

Jump to content



  • 80 Pages +
  • « First
  • 76
  • 77
  • 78
  • 79
  • 80
  • You cannot start a new topic
  • This topic is locked

HOTFIXES: Windows XP SP2 & Windows 2000 SP4 Windows XP SP1 is now archived Rate Topic: ***** 13 Votes

#1541 User is offline   toto51 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 11-January 04

Posted 30 September 2006 - 03:43 AM

I've just noticed that MS released a new version of LegitCheckControl.dll
This new version is installed whenever a wga protected product is downloaded from microsoft.com (eg wmp10 or 11).
I didn't find a stand alone version of wga v1.5.708 (no KBxxyyzz.exe).

I only found this :

LegitCheckControl.DLL v1.5.708

Hope it helps :)

This post has been edited by toto51: 30 September 2006 - 03:44 AM



#1542 User is offline   Necros 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 11-August 05

Posted 30 September 2006 - 02:09 PM

A little note to those who want download hotfixes for 2K or XP

I don't know if this has been posted somewere on MSFN forums

Windows 2K SP4 and XP SP2 download hotfixes automatically. You can find them in %windir%\SoftwareDistribution\Download

You will find as many subfolders as downloaded hotfixes automatically downloaded. These hotfixes are unpacked and ready to use with ktool or a batch script.

After a fresh installation, windows downloads 2 hotfixes to update BITS. After installing and rebooting others hotfixes willl be downloaded. Let windows update himself, when he doen't find any hotfix anymore, you just have to save the content of the given folder earlier.

On several installations, the autogenerated foldernames under %windir%\SoftwareDistribution\Download
keep the same name and content. If this is really true, it is easy to update a hotfixes collection.


Maybe they are ready to slipstream with some batch script into your windows installation files; but I will not test that because it is a too complex method to be reliable (search on microsoft's website, a KB give all step of this method.

Hope this will be useful to the community :); and sorry if my english is as crappy as windows :P

#1543 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 30 September 2006 - 02:29 PM

View Posttoto51, on Sep 30 2006, 10:43 AM, said:

I've just noticed that MS released a new version of LegitCheckControl.dll
This new version is installed whenever a wga protected product is downloaded from microsoft.com (eg wmp10 or 11).
I didn't find a stand alone version of wga v1.5.708 (no KBxxyyzz.exe).

I only found this :

LegitCheckControl.DLL v1.5.708

Hope it helps :)




And how do i install this?

#1544 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 01 October 2006 - 01:43 PM

@muiz, copy the DLL to System32 and register it using regsvr32.

#1545 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 02 October 2006 - 11:42 PM

View PostSuper-Magician, on Oct 1 2006, 08:43 PM, said:

@muiz, copy the DLL to System32 and register it using regsvr32.


What about the inf file?

#1546 User is offline   ner 

  • Member
  • PipPip
  • Group: Members
  • Posts: 264
  • Joined: 19-January 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 03 October 2006 - 04:02 AM

Hi, All

Could you please help, I am trying to install the below from a cmd file, but they will not install....

Have just copied the one that do not install...

ECHO Installing KB887998...
REM - ASP.NET Security Update for Microsoft .NET Framework 1.0 Service Pack 3 on Tablet PC/Media Center
ECHO.
start /wait KB887998.exe /q
ECHO Done!
ECHO.

ECHO Installing KB886903...
REM - ASP.NET Security Update for Microsoft .NET Framework 1.1 Service Pack 1
ECHO.
start /wait KB886903.exe /q
ECHO Done!
ECHO.

ECHO Installing KB829019...
REM - NET framework 2.0
ECHO.
start /wait dotnet.exe /Q /C:"install.exe /Q"
ECHO Done!
ECHO.

ECHO Installing KB917283...
REM - A vulnerability in ASP.NET could allow information disclosure
ECHO.
start /wait KB917283.exe /q
ECHO Done!
ECHO.

#1547 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 03 October 2006 - 10:08 AM

View Postner, on Oct 3 2006, 11:02 AM, said:

Hi, All

Could you please help, I am trying to install the below from a cmd file, but they will not install....

Have just copied the one that do not install...

ECHO Installing KB887998...
REM - ASP.NET Security Update for Microsoft .NET Framework 1.0 Service Pack 3 on Tablet PC/Media Center
ECHO.
start /wait KB887998.exe /q
ECHO Done!
ECHO.

ECHO Installing KB886903...
REM - ASP.NET Security Update for Microsoft .NET Framework 1.1 Service Pack 1
ECHO.
start /wait KB886903.exe /q
ECHO Done!
ECHO.

ECHO Installing KB829019...
REM - NET framework 2.0
ECHO.
start /wait dotnet.exe /Q /C:"install.exe /Q"
ECHO Done!
ECHO.

ECHO Installing KB917283...
REM - A vulnerability in ASP.NET could allow information disclosure
ECHO.
start /wait KB917283.exe /q
ECHO Done!
ECHO.


Try /quiet /norestart instead of /q

#1548 User is offline   ner 

  • Member
  • PipPip
  • Group: Members
  • Posts: 264
  • Joined: 19-January 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 03 October 2006 - 10:42 AM

@muiz

Thanks for that information, maybe the reason why the pc restarted itself in the middle of running the bat ....

#1549 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 03 October 2006 - 09:43 PM

View Postner, on Oct 3 2006, 05:42 PM, said:

@muiz

Thanks for that information, maybe the reason why the pc restarted itself in the middle of running the bat ....


Yep :sneaky:

#1550 User is offline   hj_fr 

  • Member
  • PipPip
  • Group: Members
  • Posts: 139
  • Joined: 09-August 04

Posted 04 October 2006 - 10:56 AM

View Posthanza, on Sep 25 2006, 07:07 PM, said:

KB885626 -› Your computer stops responding when you restart to complete the installation of Windows XP Service Pack 2
Download -› 459 KB (October 29, 2004)
Switches: KB885626.exe /q /n /z
-Obviously not necessary for slipstreamed XP cd.

This is a very old update...

This post has been edited by hj_fr: 04 October 2006 - 10:57 AM


#1551 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 07 October 2006 - 09:55 AM

Looking for a link for KB905474.exe (latest version), not the cab file.

This post has been edited by muiz: 07 October 2006 - 09:55 AM


#1552 User is offline   Nilfred 

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

Posted 10 October 2006 - 08:53 AM

Get ready for M$ Patch Festival today...
Is there a know release hour?
I think always get notified the day before.
PS

#1553 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 10 October 2006 - 11:08 AM

They're out now if you know where to look :)

#1554 User is offline   Nilfred 

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

Posted 10 October 2006 - 11:38 AM

View PostRyanVM, on Oct 10 2006, 02:08 PM, said:

They're out now if you know where to look :)
Tell me :)
I'm sure not here

Quote

On 10 October 2006 Microsoft is planning to release:
Security Updates
  • Six Microsoft Security Bulletins affecting Microsoft Windows. The highest Maximum Severity rating for these is Critical. These updates will be detectable using the Microsoft Baseline Security Analyzer. Some of these updates will require a restart.
  • Four Microsoft Security Bulletins affecting Microsoft Office. The highest Maximum Severity rating for these is Critical. These updates will be detectable using the Microsoft Baseline Security Analyzer. These updates may require a restart.
  • One Microsoft Security Bulletin affecting Microsoft .NET Framework. The highest Maximum Severity rating for this is Moderate. These updates will be detectable using the Microsoft Baseline Security Analyzer and the Enterprise Scan Tool. These updates may require a restart.

Found:

This post has been edited by Nilfred: 10 October 2006 - 11:57 AM


#1555 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 10 October 2006 - 11:51 AM

MS always posts them to the Download Center before they're officially announced.

#1556 User is offline   Fox Mulder 

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

Posted 11 October 2006 - 02:25 AM

So, KB923414 replaces KB917159; but 923191 replaces KB921398 or not? And what is KB924191 replacing? :unsure:

Gracias Nilfred por los links(thanks Nilfred for the links).

This post has been edited by Fox Mulder: 11 October 2006 - 02:28 AM


#1557 User is offline   the_guy 

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

Posted 11 October 2006 - 04:06 AM

924191 replaces 887606 for msxml4. 923191 does NOT replace 921398 unless you are using XP SP1.

the_guy

#1558 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,256
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 October 2006 - 08:26 AM

Simulation done for Windows XP SP2:

*** NEW ***
KB925486
KB924496
KB924191
KB923414
KB923191
KB922819

*** UPDATED ***
KB890830 (Removal Tool v1.21)

*** REMOVED ***
KB917159


I'll update the first page soon...

This post has been edited by Incroyable HULK: 11 October 2006 - 08:26 AM


#1559 User is offline   kentk 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 08-July 05

Posted 11 October 2006 - 11:17 AM

Does anyone have the link for direct download of Swedish KB 905474 ?

Thanks in advance :)

This post has been edited by kentk: 11 October 2006 - 11:18 AM


#1560 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 11 October 2006 - 11:49 PM

October 2006 Security Releases ISO Image




Quick Details
File Name:Windows-KB913086-200610.isoVersion:1.1Security Bulletins:MS06-056 MS06-057 MS06-061 MS06-063 MS06-064 MS06-065 Knowledge Base (KB) Articles:KB922770 KB923191 KB924191 KB923414 KB922819 KB924496 Date Published:10/10/2006Language:EnglishDownload Size:473.3 MB




Overview
This ISO-9660 CD image file contains the security updates for Windows released on Windows Update on October 10th, 2006. It does not contain security updates for other Microsoft products. This CD image is intended for corporate administrators who manage large multinational organizations, who need to download multiple individual language versions of each security update, and who do not use an automated solution such as WSUS. Use this image to download multiple updates in all languages at the same time.

Caution: Be sure to check the individual security bulletins at http://www.microsoft...echnet/security prior to deployment of these updates to ensure that the files have not been updated at a later date.

This CD image contains the following updates:
KB922770 / (MS06-056)
  • Windows Server 2003 (32-bit x86) - 18 languages
  • Windows Server 2003 for Itanium-based Systems - 4 languages
  • Windows Server 2003 x64 Edition – 2 languages
  • Windows XP - 24 languages
  • Windows XP x64 Edition – 2 languages
  • Windows 2000 - 24 languages
KB922819 / (MS06-064)
  • Windows Server 2003 (32-bit x86) - 18 languages
  • Windows Server 2003 for Itanium-based Systems - 4 languages
  • Windows Server 2003 x64 Edition – 2 languages
  • Windows XP - 24 languages
  • Windows XP x64 Edition – 2 languages
KB923191 / (MS06-057)
  • Windows Server 2003 (32-bit x86) - 18 languages
  • Windows Server 2003 for Itanium-based Systems - 4 languages
  • Windows Server 2003 x64 Edition – 2 languages
  • Windows XP - 24 languages
  • Windows XP x64 Edition – 2 languages
  • Windows 2000 - 24 languages
KB923414 / (MS06-063)
  • Windows Server 2003 (32-bit x86) - 18 languages
  • Windows Server 2003 for Itanium-based Systems - 4 languages
  • Windows Server 2003 x64 Edition – 2 languages
  • Windows XP - 24 languages
  • Windows XP x64 Edition – 2 languages
  • Windows 2000 - 24 languages
KB924191 / (MS06-061)
  • Windows Server 2003 (32-bit x86) - 18 languages
  • Windows Server 2003 for Itanium-based Systems - 4 languages
  • Windows Server 2003 x64 Edition – 2 languages
  • Windows XP - 24 languages
  • Windows XP x64 Edition – 2 languages
  • Windows 2000 - 24 languages
KB924496 / (MS06-065)
  • Windows Server 2003 (32-bit x86) - 18 languages
  • Windows Server 2003 for Itanium-based Systems - 4 languages
  • Windows Server 2003 x64 Edition – 2 languages
  • Windows XP - 24 languages
  • Windows XP x64 Edition – 2 languages

This post has been edited by muiz: 11 October 2006 - 11:51 PM


Share this topic:


  • 80 Pages +
  • « First
  • 76
  • 77
  • 78
  • 79
  • 80
  • You cannot start a new topic
  • This topic is locked

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