July 2, 200521 yr Author [url="http://support.microsoft.com/kb/891861/en-us"][b]Update Rollup 1 for Windows 2000 SP4[/b][/url] was released [b][color="red"]June 28, 2005[/color][/b]. This update rollup contains a list of security-related updates produced for Windows 2000 between the release of Windows 2000 SP4 and April 30, 2005. SVCPACK.INF (integrate method) [checked install on real box with 2K Server] XPCREATE Freeware version [code][Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=0 BuildNumber=2195 [SetupData] CatalogSubDir="\i386\svcpack" [SetupHotfixesToRun] IE6SP1.EXE /Q:A /R:N IE6START.EXE /Q:A /R:N SP5.EXE /Q /U /O /N /Z >>> Rollup Update Package for Windows 2000 SP4 890046.EXE /Q /U /O /N /Z >>> Security Update for Windows 2000 893066.EXE /Q /U /O /N /Z >>> Security Update for Windows 2000 894320.EXE /Q /U /O /N /Z >>> Security Update for Windows 2000 896358.EXE /Q /U /O /N /Z >>> Security Update for Windows 2000 896422.EXE /Q /U /O /N /Z >>> Security Update for Windows 2000 [ProductCatalogsToInstall] KB890046.CAT KB893066.CAT KB894320.CAT KB896358.CAT KB896422.CAT MDAC.CAT SP5.CAT[/code] Updates for individual Windows components not included with a clean slipstream install of Windows 2000 SP4 are not added to this sample. [b]Critical Updates and Service Packs[/b] to add reported by www.windowsupdate.com / "Automatic Updates" notification: [b][color="blue"]Cumulative Security Update for Outlook Express 6 Service Pack 1 (KB897715)[/color][/b] WU/AU [b][color="blue"]Cumulative Security Update for Internet Explorer 6 Service Pack 1 (KB883939)[/color][/b] WU/AU [b][color="blue"]Microsoft Windows Installer 3.1[/color][/b] WU/AU [b][color="blue"]Microsoft GDI+ Detection Tool (KB873374)[/color][/b] WU [b][color="blue"]Security Update for Windows 2000 (KB841356)[/color][/b] AU only report [b][color="blue"]Update for Background Intelligent Transfer Service (BITS) 2.0 and WinHTTP 5.1 (KB842773)[/color][/b] WU/AU [b][color="blue"]Security Update for Microsoft Data Access Components (KB832483)[/color][/b] WU/AU [b][color="blue"]814078: Security Update (Microsoft Jscript version 5.6, Windows 2000, Windows XP)[/color][/b] WU/AU [b]Windows 2000 Updates[/b] [color="blue"][b]DirectX 9.0c End-User Runtime[/b][/color] [b][color="blue"]Microsoft .NET Framework version 1.1[/color][/b] [color="yellow"](1)[/color] [color="blue"][b]Root Certificates Update[/b][/color] [color="blue"][b]Windows Media Player 9 Series[/b][/color] [color="yellow"](2)[/color] After adding updates, need to add fixes to updates... [color="yellow"](1)[/color][b][color="blue"]Microsoft .NET Framework version 1.1 Service Pack 1[/color][/b] [color="yellow"](2)[/color][b][color="blue"]Critical Update for Windows Media Player Script Commands (KB828026)[/color][/b] Note:[list] [*]Windows Media Services 4.1 fixes for Windows 2000 Server are included in rollup (WMS subfolder). XPCREATE don't integrate well the binary files in I386. I have to manually compress the 4 files in WMS subfolder to I386 and edit DOSNET.INF [/list][code]@echo off :: Updating dosnet.inf FINDSTR /V /B /I /C:"d1,WMS\nscm.exe" CDROOT\I386\DOSNET.INF>>DOSNET.INF MOVE /Y DOSNET.INF CDROOT\I386\DOSNET.INF > NUL FINDSTR /V /B /I /C:"d1,WMS\nsiislog.dll" CDROOT\I386\DOSNET.INF>>DOSNET.INF MOVE /Y DOSNET.INF CDROOT\I386\DOSNET.INF > NUL FINDSTR /V /B /I /C:"d1,WMS\nsisapi.exe" CDROOT\I386\DOSNET.INF>>DOSNET.INF MOVE /Y DOSNET.INF CDROOT\I386\DOSNET.INF > NUL FINDSTR /V /B /I /C:"d1,WMS\nspmon.exe" CDROOT\I386\DOSNET.INF>>DOSNET.INF MOVE /Y DOSNET.INF CDROOT\I386\DOSNET.INF > NUL :: compress binary files in I386 IF EXIST CDROOT\I386\WMS\*.* FOR /F "USEBACKQ DELIMS==" %%J IN (`DIR /A-D /OGN /B CDROOT\I386\WMS\*.* 2^>NUL`) DO MAKECAB /D CompressionMemory=21 /D CompressionType=LZX /L CDROOT\I386 CDROOT\I386\WMS\%%J > NUL :: removing files and subfolder IF EXIST CDROOT\I386\WMS\*.* FOR /F "USEBACKQ DELIMS==" %%L IN (`DIR /A-D /OGN /B CDROOT\I386\WMS\*.* 2^>NUL`) DO DEL CDROOT\I386\WMS\%%L > NUL IF EXIST CDROOT\I386\WMS RMDIR CDROOT\I386\WMS /S /Q > NUL[/code][list] [*]MDAC problem (missing file not in i386 during install) [/list][code]:: Updating dosnet.inf FINDSTR /V /B /I /C:"d1,mdac.cat" CDROOT\I386\DOSNET.INF>>DOSNET.INF MOVE /Y DOSNET.INF CDROOT\I386\DOSNET.INF > NUL[/code] WindowsUpdate reports "Security Update for Microsoft Data Access Components (KB832483)" as not installed[list] [*]MSXML3 SP5 update is no longer needed (included in rollup) [/list] Edited July 2, 200521 yr by Bilou_Gateux
July 8, 200521 yr What are the folders for the new files? I put KB897715, KB883939, "SP5" and windows installer in hf1 Rootsupd.exe and js56nen.exe in hf2 Should that work? *EDIT* Didn't work as expected, errors with two files during the registering components step. Among others inetcomm.dll. It seems to be related to the outlook express fix. I'm placing it into runonceex for the time being. Any suggestions? Edited July 8, 200521 yr by Gagorian
July 12, 200521 yr Author Should we continue to use XPCREATE ? Today GreenMachine [url="http://xpcreate.com"]http://xpcreate.com[/url] is down...
August 1, 200521 yr [url="http://www.msfn.org/board/index.php?showtopic=32125"]http://www.msfn.org/board/index.php?showtopic=32125[/url] "Windows2000: Slipstreams IE6SP1, DX9C, OE6, WAB6, IE6 type 1 and type 2 hotfixes, W2K type 1 and type 2 hotfixes, MSI type hotfixes, and the MDAC update. Support is available if you wish to install the "recommended" but non-essential updates such as DirectX9C, WMP9 and DotNet." Does Win2k perfectly. (Also does XP and 2003, though we don't link to their hotfixes.) [url="http://www.vorck.com/data/hfslip.zip"]Download Total Slipstreamer here.[/url] For instructions on removing IE from this "super" win2k build, visit: [url="http://www.vorck.com/2ksp5.html"]http://www.vorck.com/2ksp5.html[/url] Cheers Edited August 18, 200521 yr by fdv
August 8, 200521 yr Author According to [url="http://support.microsoft.com/?scid=kb%3Ben-us%3B891861&x=11&y=10#XSLTH3120121123120121120120"]Update Rollup 1 for Windows 2000 SP4 and known issues[/url] MS plans to reissue Update Rollup 1 for Windows 2000 SP4 soon. Several hotfixes will be integrated into the new version of Update Rollup 1 for Windows 2000 SP4. Credits: Info posted by [b]Controller Kahn[/b] here: [url="http://www.msfn.org/board/index.php?showtopic=52803#"]MS plans to reissue URP 1 for Win2k[/url]
August 22, 200521 yr Author I have updated the list on post #1 today. Not checked with the new release of XPCREATE.
August 23, 200521 yr [quote name='fdv' date='Aug 1 2005, 05:23 PM'][url="http://www.msfn.org/board/index.php?showtopic=32125"]http://www.msfn.org/board/index.php?showtopic=32125[/url] "Windows2000: Slipstreams IE6SP1, DX9C, OE6, WAB6, IE6 type 1 and type 2 hotfixes, W2K type 1 and type 2 hotfixes, MSI type hotfixes, and the MDAC update. Support is available if you wish to install the "recommended" but non-essential updates such as DirectX9C, WMP9 and DotNet." Does Win2k perfectly. (Also does XP and 2003, though we don't link to their hotfixes.) [url="http://www.vorck.com/data/hfslip.zip"]Download Total Slipstreamer here.[/url] For instructions on removing IE from this "super" win2k build, visit: [url="http://www.vorck.com/2ksp5.html"]http://www.vorck.com/2ksp5.html[/url] Cheers [right][post="364425"]<{POST_SNAPBACK}>[/post][/right][/quote]Geez, kind of reminds me of the vultures circling over the dying body in the desert, getting ready to swop down for the meat while it is still warm ... [quote name='Bilou_Gateux' date='Aug 22 2005, 09:31 AM']I have updated the list on post #1 today. Not checked with the new release of XPCREATE. [right][post="377015"]<{POST_SNAPBACK}>[/post][/right][/quote]Thanks once again, Bilou, for keeping up the list. I have not tested 2KCREATE for a while now, and it will probably have to wait a week or to, as I am once again away from my lab (c'est a dire, encore de l'autre cote de la mer). If you do try the 20 AUG 2005 Version first, let me know!
September 6, 200520 yr Hi, it seems that the 20 AUG 2005 version doesnt call the SETVARS part (but :XPCPRVAR instead?) in XPCREATE.CMD and therefore doesnt set the STARTSWITCH variable, which has a desastrous effect on the START cmd sequence...
September 8, 200520 yr Author [quote name='jimba' date='Sep 6 2005, 03:22 PM']Hi, it seems that the 20 AUG 2005 version doesnt call the SETVARS part (but :XPCPRVAR instead?) in XPCREATE.CMD and therefore doesnt set the STARTSWITCH variable, which has a desastrous effect on the START cmd sequence... [right][post="385559"][/post][/right][/quote] Altough i haven't searched where the error comes from, i have noticed the same behavior as you on my first try on a Windows XP Embedded running box. (As XP Embedded is a very light version of XP (componentized), may be the reason is due to some required functionality missing. On a different running box (Windows Server 2003 Web Edition), i haven't encountered the same issue. I haven't tried to build on a 2000 running box or regular XP running box. GM répondra mieux que moi à ce problème ! GM will better answer to this issue!
September 15, 200520 yr @all, I am working on a fully integrated W2K version and the only one that is not integrated with XPCREATE is the ROOTSUPD.exe. Has anyone an idea what goes wrong or is it in the wrong directory. I followed the directions on the XPCREATE website. Greetings, Bitfrotter
Create an account or sign in to comment