MSFN Forum: Windows 2000 SP5 - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Windows 2000 SP5 Rate Topic: -----

#1 User is offline   BigDaddy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 04-November 03

Posted 29 October 2004 - 04:43 AM

Anybody knows when it gets out, if ever??


#2 User is offline   Drewdatrip 

  • MSFN Junkie
  • Group: Patrons
  • Posts: 2,185
  • Joined: 14-October 01

Posted 29 October 2004 - 10:08 AM

As far as i know SP4 will be the last SP
They still will have Hotfixes, however they will be pushing Win2k3 so 2000 is gonna be slowly disloving in the next few years.

|Drew|

#3 User is offline   BigDaddy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 04-November 03

Posted 29 October 2004 - 01:31 PM

Drewdatrip, on Oct 29 2004, 06:08 PM, said:

As far as i know SP4 will be the last SP
They still will have Hotfixes, however they will be pushing Win2k3 so 2000 is gonna be slowly disloving in the next few years.

|Drew|

Crap! Is there any way to get all of POST SP4 fixes to a CD so I could install them on my friends computer? He can't install them himself thru Windows Update cos he's still on DIAL UP:((

#4 User is offline   tguy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 698
  • Joined: 19-May 04

  Posted 29 October 2004 - 02:00 PM

You can download all the patches to a central directory, ie: c:\temp. I normally rename them to a shorter name as listed below for the sake of simplicity.

Next, you can download qchain.exe from Microsoft's website. Copy or move it to the same directory as the patches.

Create a batch file using the below listed syntax and then burn off to CD. When complete all you will need to do is to put the cd in the cd-rom drive and run the batch file you created.

Example:

@echo off

setlocal
set PATHTOFIXES=.\

%PATHTOFIXES%\KB823182.EXE /Z /M
%PATHTOFIXES%\KB823559.EXE /Z /M
%PATHTOFIXES%\KB824105.EXE /Z /M
%PATHTOFIXES%\KB825119.EXE /Z /M
%PATHTOFIXES%\KB826232.EXE /Z /M
%PATHTOFIXES%\KB828035.EXE /Z /M
%PATHTOFIXES%\KB830352.EXE /Z /M
%PATHTOFIXES%\KB837001.EXE /Z /M
%PATHTOFIXES%\KB839643.EXE /Z /M
%PATHTOFIXES%\KB839645.EXE /Z /M
%PATHTOFIXES%\KB840315.EXE /Z /M
%PATHTOFIXES%\KB841872.EXE /Z /M
%PATHTOFIXES%\KB841873.EXE /Z /M
%PATHTOFIXES%\KB842526.EXE /Z /M
%PATHTOFIXES%\KB824146.EXE /Z /M
%PATHTOFIXES%\KB828028.EXE /Z /M
%PATHTOFIXES%\KB828741.EXE /Z /M
%PATHTOFIXES%\KB828749.EXE /Z /M
%PATHTOFIXES%\KB835732.EXE /Z /M
%PATHTOFIXES%\QCHAIN.EXE

ECHO "Installation Complete"

EXIT

Note: This list does includes most all of the patches released after service pack 4 was released but it is NOT a complete listing. I created this update CD in August of 2004. Any patches released since then are not included if that helps any.

Good luck....


tguy

#5 User is offline   5TEF 

  • Group: Members
  • Posts: 2
  • Joined: 01-November 04

Posted 01 November 2004 - 04:39 PM

where to find ALL security hotfixes for W2K SP4 ?

#6 User is offline   FrankE9999 

  • Member
  • PipPip
  • Group: Members
  • Posts: 115
  • Joined: 16-March 04

Posted 01 November 2004 - 04:52 PM

http://www.microsoft...ty/current.aspx

#7 User is offline   5TEF 

  • Group: Members
  • Posts: 2
  • Joined: 01-November 04

Posted 02 November 2004 - 06:34 AM

thanks...but does another website give update hotfixes ?

#8 User is offline   fdv 

  • MSFN Expert
  • Group: Developers
  • Posts: 1,089
  • Joined: 16-July 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 02 November 2004 - 12:59 PM

my own list
http://www.vorck.com/wu.html

you'll have to paste some of the numbers because some links are not active. the page is based on creating a win2k cd using my files that installs without:
Internet Explorer, Outlook Express, Internet Information Server, Internet Information Server Debugger, Imageviewer, MS FrontPage, Fax, Indexing Service, all games, Windows Scripting Host, COM, Distributed Transaction Coordinator, Web-Based Enterprise Management, Internet Connection Wizard, Task Scheduler, ActiveMovie for IE, MS Fake Java for IE, Windows Address Book, NetMeeting, Media Player 2.0 (the Codecs WILL STILL be installed, though), Application Compatability, Remote Storage Recall Notification, Windows Automatic Updates (use Daisy), and Color Profile.

AFAIK it is comprehensive.

(i have created a win2k cd that has post sp4 hotfixes in it already and uses one central INF file for ALL of the reg entries, but it is tailored for my IE-free win2k. anyway, i just add that to tell you that if you hack the right DLL files, you can replace the files in i386 with the hotfixed ones after extracting them and it will work.)

FDV, keeper of the remove IE from win2k project

#9 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 03 November 2004 - 06:17 PM

fdv, on Nov 2 2004, 08:59 PM, said:


nice list, is there a similar one for win2k3?
i found 1 with all the hotfixes but most of them aren't needed.

#10 User is offline   Bilou_Gateux 

  • Powered by Windows Embedded
  • PipPipPipPipPip
  • Group: Members
  • Posts: 766
  • Joined: 03-January 04

Posted 07 November 2004 - 08:15 AM

for use with GreenMachine XPCreate nice project, i'm currently maintaining a 2K hotFix list for both English and French version.

Windows 2K Security Updates

#11 User is offline   tguy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 698
  • Joined: 19-May 04

Posted 30 November 2004 - 01:29 PM

This just appeared at eWeek.com today.

Here is an article on this topic.

http://www.eweek.com...,1732610,00.asp

#12 User is offline   BigDaddy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 04-November 03

Posted 03 April 2005 - 03:33 PM

So when will the Update Rollup be released?
I am eager to know that, cos I want to burn it to Win2000 CD

#13 User is offline   dman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 717
  • Joined: 01-February 05

Posted 03 April 2005 - 04:01 PM

As alternative to downloading/installing hotfixes manually you could try autopatcher.
http://www.autopatcher.com/

#14 User is offline   bledd 

  • msfn is a friend of mine!
  • Group: Supreme Sponsor
  • Posts: 1,732
  • Joined: 24-March 04

Posted 03 April 2005 - 04:19 PM

dman, on Apr 3 2005, 10:01 PM, said:

As alternative to downloading/installing hotfixes manually you could try autopatcher.
http://www.autopatcher.com/
<{POST_SNAPBACK}>


was going to suggest this, it needs IE6SP1 installed (included) to run, I use it in work all the time

#15 User is offline   BigDaddy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 04-November 03

Posted 04 April 2005 - 05:18 AM

I must say that it is an interesting thing! But the latest version I could find is dated October '04.
How come there are no newer builds?

#16 User is offline   os2fan2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 390
  • Joined: 09-September 04

Posted 05 April 2005 - 11:53 PM

They're actually waiting for the roll-up to hit the streets before they advance. It is going modular like other versions of the proggie.

#17 User is offline   laura 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 19-March 04

Posted 06 April 2005 - 12:55 AM

On some russian web sources i read microsoft do not prepare build sp5 at all. They will build rollup package of post sp4 or something like this in this summer.

#18 User is offline   BigDaddy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 04-November 03

Posted 11 April 2005 - 03:31 AM

I guess M$ is really taking it's sweet little time with this1, since there's almost no commercial benefit from W2k.
GOD **** CAPITALISTS

#19 User is offline   BigDaddy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 04-November 03

Posted 11 April 2005 - 03:34 AM

laura, on Apr 6 2005, 08:55 AM, said:

On some russian web sources i read microsoft do not prepare build sp5 at all. They will build rollup package of post sp4 or something like this in this summer.
<{POST_SNAPBACK}>


I do believe this is old news. We've known 4 some time now that M$ won't release W2k SP5

#20 User is offline   dirtwarrior 

  • OS modder
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,467
  • Joined: 07-March 05

Posted 30 May 2005 - 11:42 AM

Hey guys there is a guy on these forums somewhere building a sp5 cd for 2k along with upgrades IE6 media player 9 DX 9 etc and making it so that it can do unattended install. This forum is located under 2k,2k3,xp forum with subheading hotpack it sounds cool he needs help getting more fixes cause he says MS is getting p***ed at him go check him out

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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