Bilou_Gateux Posted December 25, 2004 Posted December 25, 2004 Microsoft Internet Explorer 6 Service Pack 1 (SP1) Version 6.0.2800.1106download details Date Published: September 9, 2002Latest version of Internet Explorer for Windows 2000.Internet Explorer 6.0 File List 1 of 2 includes MSXML Parser 3.0Internet Explorer 6.0 File List 2 of 2 includes Windows Script Host (WSH) version 5.6ie6sp1-WUCAB-ENU.cab ie6sp1-WUCAB-FRA.cabSilent install: ie6setup.exe /Q:A /R:N [/C:"ie6wzd /S:""#e"" /Q:A /R:N"] section in brackets not mandatoryThe batch file automates the process: how to download internet explorer 6 sp1Download IE6DWNLD.txt, rename to IE6DWNLD.CMD batch file in the same folder as the cab file and run it to download all the needed files:
Bilou_Gateux Posted December 25, 2004 Author Posted December 25, 2004 How to: pack all IE6 binaries in a SFX package with IEXPRESS.Just rename the created SFX IE.EXE to IE6SP1.EXE and move to SVC-PREMAKESFX.CMD batch file is the original written by Green Machine2KCREATE file list: <PREPDIR>CDROOT\I386\SVCPACKIE6SP1.EXEIE6START.EXE removed and package combined with MSXML3.EXE package (see MSXML3 post)If you put in SVC-PRE your IE6SP1 and MSXML3 SFX package, you can add just one line to let XPCREATE skip the IE6 download and package creation in XPCREATE.INIGETIE6=NOMAKESFX.CMD
Bilou_Gateux Posted December 25, 2004 Author Posted December 25, 2004 (edited) Internet Explorer Critical UpdatesMS05-020 Cumulative security update for Internet Explorer 890923 (http://support.microsoft.com/kb/890923/) MS05-014 Cumulative security update for Internet Explorer 867282 (http://support.microsoft.com/kb/867282/) June 30, 2005: included in Update Rollup 1 for Windows 2000 SP4Internet Explorer 5.01 was originally included with Windows 2000. Service Packs for Windows 2000 only service this original version. Microsoft recommends that you install Internet Explorer 6 SP1 and the current cumulative Internet Explorer security updates on Windows 2000 computers for maximum security. Edited July 14, 2005 by Bilou_Gateux
Bilou_Gateux Posted December 25, 2004 Author Posted December 25, 2004 (edited) Windows Script 5.6 for Windows 2000 and XP Version 5.6.0.8825Should be used instead of 814078 Critical updatedownload details Date published: September 18, 2004This download installs Microsoft® Windows® Script containing Visual Basic® Script Edition (VBScript) Version 5.6, JScript® Version 5.6, Windows Script Components, Windows Script Host 5.6, and Windows Script Runtime Version 5.6.scripten.exescriptfr.exeSilent install: SCRIPTEN.EXE /Q:A /R:N JS56EN.EXE (814078) replacement Edited July 14, 2005 by Bilou_Gateux
Bilou_Gateux Posted December 25, 2004 Author Posted December 25, 2004 (edited) Microsoft XML Parser (MSXML) 3.0 Service Pack 5 (SP5) Version 8.50.2162.0download details Date Published: October 13, 2004The Microsoft® XML Parser (MSXML) 3.0 SP5 release offers a number of security fixes and bug fixes over the previous MSXML 3.0 SP releases.ENU msxml3.msiDEU msxml3.msiFRA msxml3.msiVersion list for the Microsoft XML parserSilent install: MSXML3.MSI is extracted and an IEXPRESS SFX package is created, see next postJune 30, 2005: included in Update Rollup 1 for Windows 2000 SP4Tools needed:Windows Installer Cabinet File Extraction ToolDownload MSICABEXTRACT.EXE and MSXML3.CMD and save both in %PREPDIR% (where you can find XPCreate.CMD).Save MSXML3.MSI in SVC-PRE subfolder.Launch msxml3.cmd batch file to extract files from the MSI.How to install MSXML3 SP5 after IE6SP1Download MSFXXML3.cmd and launch it to create an IEXPRESS SFX package.Silent install: MSXML3.EXE /Q:A /R:N Home Made IEXPRESS SFX package which include IE6START.EXE cmd batch file2KCREATE file list: <PREPDIR>CDROOT\I386\SVCPACKMSXML3.EXEDelete your existing IE6START.EXE, if any. Edited August 22, 2005 by Bilou_Gateux
Bilou_Gateux Posted December 25, 2004 Author Posted December 25, 2004 (edited) CRLUPD.CAB:It's not really an IE6 component, rather an Update Available to Revoke Fraudulent Microsoft Certificates Issued by VeriSignI will try to run it from SVCPACK.INF with the downloaded file from the link and run command CRLUPD.EXE /Q:A /R:N rather than "slipstream" it into source because i believe that files are no longer needed after installation. The update only run one command: updcrl.exe -e -u verisignpub1.crl which revoke fraudulent issued certificates.If you go to your %systemroot%\System32 dir and right-click on the verisignpub1.crl file, you have a context menu to install it.When you do a regular install of IE6 SP1, both crlupd.exe and mscrlrev.dll are not copied to %systemroot%\System32Although the size of the 3 files are next to nothing (14 Kb), i don't need to copy files that are not mandatory in my %systemroot%\system32 dir.(archived infos here)SLIPSTREAM:I have written script directive files to achieve this modifications with GNU SED, the Stream EDitor v3.02.80How to:append new IE files to DOSNET.INF and TXTSETUP.SIFadd new dlls to register to SYSSETUP.INFadd some tools to your source CD for UA install(optional) delete VML install from SYSSETUP.INFIf you don't want to perform some action (like optionaly removing VML install), just add a # to the line in the script directive file.Tool and files needed:nLite modified SYSSETUP.DLL by 7imoREG.EXE from support toolsDISKPART.EXE downloaded from M$WNTIPCFG.EXE downloaded from M$append new dlls to register to syssetup.inf [OleControlDlls] section sorted in same order as XP:sed -f syssetup.sed bak\syssetup.inf > syssetup.infappend new files to dosnet.inf [Files] section sorted:sed -f dosnet.sed bak\dosnet.inf > dosnet.infappend new files to txtsetup.sif [sourceDisksFiles] section sorted:sed -f txtsetup.sed bak\txtsetup.sif > txtsetup.sifCopy dosnet.inf txtsetup.sif and renamed (but not compressed) syssetup.in_ + syssetup.dl_ + compressed reg.ex_ diskpart.ex_ wntipcfg.ex_to your i386 dir.layout.inf left unchanged.SLIPSTREAM2:i have written a sed directive file IE.SED and a batch file IE.CMDexpand ie.in_ ie.inf::using a directive file ie.txtsed -f ie.sed ie.inf > ie.newif exist ie.old del /f /q ie.oldren ie.inf ie.oldren ie.new ie.infto apply new data values from XP IE.INF to 2K IE.INFFull list of diff. here: patchIE.txtsed directive file need some additions currently # rem'edto apply to 2K IE.INF+ some minors modifications based from ieexcep.inf file+ modifications based from HotfixSLIPSTREAM3:I have written an IE2KInst.inf file to add new data values in registry and register new dlls. Currently the WSH part don't install correctly when launched from svcpack.inf."%SystemRoot%\System32\rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 132 .\IE2KInst.inf"It works as expected when i right-click on the inf file and select install on the context menu. Edited August 22, 2005 by Bilou_Gateux
Bilou_Gateux Posted December 25, 2004 Author Posted December 25, 2004 (edited) Microsoft Java Virtual Machine Version 5.00.3810Microsoft Java Virtual Machine Support Published: September 12, 2003 | Updated: August 16, 2004The MSJVM will reach its end of life on December 31, 2007. Customers are encouraged to take proactive measures to stay informed about obsolete software and move away from the MSJVM in a timely fashion. The MSJVM is no longer available for distribution from Microsoft and there will be no enhancements to the MSJVM.Silent install: MSJavWU.exe /c:"javatrig.exe /exe_install /l /qq /nowin2kcheck" /q:a /r:n2KCREATE file list: <PREPDIR>CDROOT\I386\SVCPACKMT39.EXEDEFAULT.XMLMSJAVWU.EXE Edited August 22, 2005 by Bilou_Gateux
Bilou_Gateux Posted December 25, 2004 Author Posted December 25, 2004 (edited) Here the list of new files included in IE6SP1 distribution not found in the original IE5 shipped with Windows 2000BASEIE40_W2K: IEW2K_?.CAB content comparison with 2K I386 sourceFILE browsewm.dl_ NOT FOUND IN I386 <Media bar ?>FILE csseqchk.dl_ NOT FOUND IN I386 <Complex Scripts Sequence Check>FILE dummy.ca_ NOT FOUND IN I386 <used by IE Installation Tool>FILE dw15.ex_ NOT FOUND IN I386 <Error Reporting Tool> FILE fixie.in_ NOT FOUND IN I386 <inf file to fix IE install errors>FILE ieexcep.ca_ NOT FOUND IN I386 <used by IE Installation Tool>FILE ieexcep.in_ NOT FOUND IN I386 <used by IE Installation Tool> FILE ieshared.ch_ NOT FOUND IN I386 <Help file>FILE iew2kuni.in_ NOT FOUND IN I386 <used by IE Installation Tool> FILE msratelc.dl_ NOT FOUND IN I386 <PICS content-ratings>FILE mstime.dl_ NOT FOUND IN I386 <HTML+TIME (Timed Interactive Multimedia Extensions)>FILE msxml.in_ NOT FOUND IN I386 <M$ XML Parser 3.0 SP3 install directive>FILE msxml3.dl_ NOT FOUND IN I386 <M$ XML Parser 3.0 SP3>FILE msxml3a.dl_ NOT FOUND IN I386 <M$ XML Parser 3.0 SP3 ressource file alpha>FILE msxml3r.dl_ NOT FOUND IN I386 <M$ XML Parser 3.0 SP3 ressource file NTx86>FILE removbak.in_ NOT FOUND IN I386 <uninstall information deletion>FILE setupwbv.dl_ NOT FOUND IN I386 <IE Installation Tool>FILE w2kexcp.ex_ NOT FOUND IN I386 <IE Installation Tool>MailNews_W2K: MAILNEWS.CAB + WAB.CAB content comparison with 2K I386 sourceFILE 9xmig.dl_ NOT FOUND IN I386MSVBScript_W2K: SCRIPTEN.CAB content comparison with 2K I386 sourceFILE wshcon.dl_ NOT FOUND IN I386New feature to ADD: HTML+TIME 2.0 is available in minimal installations of IE 5.5 and IE 6Complex Scripts Sequence CheckIE Media BarContent RatingsMicrosoft XML Parser Version 3.0 ReleaseIE Error Reporting Tool Edited August 22, 2005 by Bilou_Gateux
Bilou_Gateux Posted December 25, 2004 Author Posted December 25, 2004 (edited) W2kexcp.exe & iew2kuni.inf & ieexcep.inf & ieexcep.cat & dummy.cat are used/required for install/uninstall.fixie.inf is used to perform file ver checking and registry repair.removebak.inf is used to delete backup data.setupwbv.dlliew2kuni.inf[UninstallKey]HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE40","DisplayName",,"%ExceptionClassDesc%"HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE40","DisplayIcon",,"%49200%\iexplore.exe"HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\IE40","UninstallString",,"rundll32 %11%\setupwbv.dll,IE6Maintenance %49200%\%UninstallFolder%\W2KEXCP.EXE /u"To completely remove Internet Explorer and all of its components:If you are running Windows 2000, click Start, click Run, and then type:"C:\Program Files\Internet Explorer\IE Uninstall\W2kexcp.exe" /uClick OK. Edited August 22, 2005 by Bilou_Gateux
Bilou_Gateux Posted December 25, 2004 Author Posted December 25, 2004 (edited) Registry SubKeys Values modified:IE5 BASEIE40_NTx86 Component (I386) shipped with W2K IE6SP1 BASEIE40_W2K Component (IEW2K_1.CAB IEW2K_2.CAB IEW2K_3.CAB IEW2K_4.CAB)HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{10072CEC-8CC1-11D1-986E-00A0C955B42F}\KeyFileName: "%SystemDrive%\Program Files\Common Files\Microsoft Shared\VGX\vgx.dll"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{10072CEC-8CC1-11D1-986E-00A0C955B42F}\KeyFileName: "C:\Program Files\Common Files\Microsoft Shared\VGX\vgx.dll"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{10072CEC-8CC1-11D1-986E-00A0C955B42F}\Version: "5,0,3014,1000"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{10072CEC-8CC1-11D1-986E-00A0C955B42F}\Version: "6,0,2800,1411"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{10072CEC-8CC1-11D1-986E-00A0C955B42F}\Locale: "EN"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{10072CEC-8CC1-11D1-986E-00A0C955B42F}\Locale: "en"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{3af36230-a269-11d1-b5bf-0000f8051515}\Locale: "*"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{3af36230-a269-11d1-b5bf-0000f8051515}\Locale: "en"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{3af36230-a269-11d1-b5bf-0000f8051515}\Version: "5,00,3700,1000"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{3af36230-a269-11d1-b5bf-0000f8051515}\Version: "6,0,2800,1106"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{45ea75a0-a269-11d1-b5bf-0000f8051515}\Locale: "*"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{45ea75a0-a269-11d1-b5bf-0000f8051515}\Locale: "en"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{45ea75a0-a269-11d1-b5bf-0000f8051515}\Version: "5,00,3700,1000"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{45ea75a0-a269-11d1-b5bf-0000f8051515}\Version: "6,0,2800,1106"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{630b1da0-b465-11d1-9948-00c04f98bbc9}\Locale: "*"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{630b1da0-b465-11d1-9948-00c04f98bbc9}\Locale: "en"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{630b1da0-b465-11d1-9948-00c04f98bbc9}\Version: "5,00,3700,1000"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{630b1da0-b465-11d1-9948-00c04f98bbc9}\Version: "6,0,2800,1106"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}\Version: "5,00,3700,1000"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}\Version: "6,0,2800,1106"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}\ComponentID: "BASEIE40_NTx86"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}\ComponentID: "BASEIE40_W2K"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{9381D8F2-0288-11D0-9501-00AA00B911A5}\Locale: "*"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{9381D8F2-0288-11D0-9501-00AA00B911A5}\Locale: "en"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{9381D8F2-0288-11D0-9501-00AA00B911A5}\Version: "5,3711,9,0"HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{9381D8F2-0288-11D0-9501-00AA00B911A5}\Version: "5,5000,3130,0"HKLM\SOFTWARE\Microsoft\Internet Explorer\Build: "53700.1000"HKLM\SOFTWARE\Microsoft\Internet Explorer\Build: "62800.1106"HKLM\SOFTWARE\Microsoft\Internet Explorer\Version: "5.00.3700.1000"HKLM\SOFTWARE\Microsoft\Internet Explorer\Version: "6.0.2800.1106"HKLM\SOFTWARE\Microsoft\Internet Explorer\W2kVersion: "5.00.3700.1000"HKLM\SOFTWARE\Microsoft\Internet Explorer\W2kVersion: "6.0.2800.1106"HKLM\SOFTWARE\Microsoft\Internet Explorer\International\iexplore.exe: "5.00.2919.6300-5.00.3999.9999"HKLM\SOFTWARE\Microsoft\Internet Explorer\International\iexplore.exe: "6.0.2600.0-6.0.9999.9999"HKLM\SOFTWARE\Microsoft\Internet Explorer\International\explorer.exe: "5.00.2919.6300-5.00.3999.9999"HKLM\SOFTWARE\Microsoft\Internet Explorer\International\explorer.exe: "6.0.2600.0-6.0.9999.9999"HKLM\SOFTWARE\Microsoft\Internet Explorer\International\rundll32.exe: "5.00.2919.6300-5.00.3999.9999"HKLM\SOFTWARE\Microsoft\Internet Explorer\International\rundll32.exe: "6.0.2600.0-6.0.9999.9999"HKLM\SOFTWARE\Microsoft\Internet Explorer\Main\Default_Page_URL: "http://www.msn.com"HKLM\SOFTWARE\Microsoft\Internet Explorer\Main\Default_Page_URL: "http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=6&ar=msnhome"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\MinorVersion: ";SP4;"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\MinorVersion: ";SP1;"HKLM\SYSTEM\ControlSet001\Services\Eventlog\Application\Sources: 'HostMIBAgent WSH WinMgmt Winlogon Windows 3.1 Migration VBRuntime Userinit Userenv Tlntsvr SysmonLog SpoolerCtrs Software Installation SclgNtfy SceSrv SceCli PlugPlayManager PerfProc PerfOS PerfNet Perfmon Perflib PerfDisk Perfctrs Offline Files Oakley ntbackup MsiInstaller MSDTC Client MSDTC mnmsrvc LoadPerf LicenseService IPSECPolicyStorage hpmon Folder Redirection File Deployment EvntAgnt EventSystem ESENT DrWatson DiskQuota COM+ Ci Chkdsk Autochk Application Management Application'HKLM\SYSTEM\ControlSet001\Services\Eventlog\Application\Sources: 'IExplore HostMIBAgent WSH WinMgmt Winlogon Windows 3.1 Migration VBRuntime Userinit Userenv Tlntsvr SysmonLog SpoolerCtrs Software Installation SclgNtfy SceSrv SceCli PlugPlayManager PerfProc PerfOS PerfNet Perfmon Perflib PerfDisk Perfctrs Offline Files Oakley ntbackup MsiInstaller MSDTC Client MSDTC mnmsrvc LoadPerf LicenseService IPSECPolicyStorage hpmon Folder Redirection File Deployment EvntAgnt EventSystem ESENT DrWatson DiskQuota COM+ Ci Chkdsk Autochk Application Management Application'HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\Application\Sources: 'HostMIBAgent WSH WinMgmt Winlogon Windows 3.1 Migration VBRuntime Userinit Userenv Tlntsvr SysmonLog SpoolerCtrs Software Installation SclgNtfy SceSrv SceCli PlugPlayManager PerfProc PerfOS PerfNet Perfmon Perflib PerfDisk Perfctrs Offline Files Oakley ntbackup MsiInstaller MSDTC Client MSDTC mnmsrvc LoadPerf LicenseService IPSECPolicyStorage hpmon Folder Redirection File Deployment EvntAgnt EventSystem ESENT DrWatson DiskQuota COM+ Ci Chkdsk Autochk Application Management Application'HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\Application\Sources: 'IExplore HostMIBAgent WSH WinMgmt Winlogon Windows 3.1 Migration VBRuntime Userinit Userenv Tlntsvr SysmonLog SpoolerCtrs Software Installation SclgNtfy SceSrv SceCli PlugPlayManager PerfProc PerfOS PerfNet Perfmon Perflib PerfDisk Perfctrs Offline Files Oakley ntbackup MsiInstaller MSDTC Client MSDTC mnmsrvc LoadPerf LicenseService IPSECPolicyStorage hpmon Folder Redirection File Deployment EvntAgnt EventSystem ESENT DrWatson DiskQuota COM+ Ci Chkdsk Autochk Application Management Application' Edited August 22, 2005 by Bilou_Gateux
Gagorian Posted December 29, 2004 Posted December 29, 2004 Sorry for posting in this thread but there is a small error in the .SED file for msxml...[SourceFiles]SourceFiles0=D:\2KCREATE\SVC-XML\MSXMLShould be[SourceFiles]SourceFiles0=D:\2KCREATE\SVC-XML\MSXML3This post can be deleted after this is cleared up.. I hope.
Bilou_Gateux Posted December 30, 2004 Author Posted December 30, 2004 Thanks Gagorian.I have posted a MAKESFX.CMD batch file for creating IEXPRESS SFX package MSXML3.EXEI have also included the IE6GO.CMD from IE6START.EXE into my experimental combined package to run it juste after IE6SP1.EXE from SVCPACK.MSXML3.EXE do the following:install msxmlx.infrun ie6go.cmd containing this command: START "RunOnce" /WAIT /B RUNDLL32.EXE IERNONCE.DLL,RunOnceExProcess
Gagorian Posted December 31, 2004 Posted December 31, 2004 Good work. *thumbs up*The batch file works great but I'd personally recommend that it would delete the TEMP\EXTRACT\msxml3 folder (where the files are extracted) and the .msi file from SVC-PRE after it is done. (or am I being stupid?)What kind of effect does it have that it's placed in the SVC-PRE folder instead of SVC-HF2? As I understand files from that folder are not actually slipstreamed into the installation (MSXML3.DL_, MSXML3A.DL_, MSXML3R.DL_, MSXMLX.IN_ are not placed any longer in the I386 folder and MSXMLMX.CAT in the svcpack folder) and out of interest I wonder what kind of impact that has on things like installation time and space consumption (not really that they would have any kind of drastic effect, just wondering).
Bilou_Gateux Posted December 31, 2004 Author Posted December 31, 2004 Good work. *thumbs up*The batch file works great but I'd personally recommend that it would delete the TEMP\EXTRACT\msxml3 folder (where the files are extracted) and the .msi file from SVC-PRE after it is done. (or am I being stupid?)What kind of effect does it have that it's placed in the SVC-PRE folder instead of SVC-HF2? As I understand files from that folder are not actually slipstreamed into the installation (MSXML3.DL_, MSXML3A.DL_, MSXML3R.DL_, MSXMLX.IN_ are not placed any longer in the I386 folder and MSXMLMX.CAT in the svcpack folder) and out of interest I wonder what kind of impact that has on things like installation time and space consumption (not really that they would have any kind of drastic effect, just wondering).The MSI should be deleted after extraction, but i have "REMed' the command for testing purpose (Don't want to re-download the file for each test)Just edit the last line of batch file MSXML3.CMD::DEL SVC-PRE\MSXML3.MSIto remove the two :: characters.The whole procedure is still beta and should be added to XPCreate code if Green Machine agree with this. We can select in XPCreate.ini to delete all TEMP stuff after XPCreation and i would like temp to be deleted by XPCreate.cmd.Just wait for the next release of XPCreate.Until GM release a new XPCreate, i build the MSXML3.EXE SFX manually before running XPCreate.cmd, manually add the command in SVCPACK.INF, copy the file in CDROOT\I386\SVCPACK and delete IE6START.EXE after XPCreate.cmd been run. That's why i choose to add in SVC-PRE where we add IEXPRESS SFX which don't need any re-work (they use the /Q:A /R:N silent switches). As i added IE6START.EXE cmd in MSXML3.EXE, it's the best place to let run it just after IE6SP1.EXE.I have also add SCRIPTEN.EXE to SVC-PRE as it's related to IE6 update and change the order of execution for DX9 (sometimes installation of DX9 fails if i run it before %windir%\system32\rundll32.exe iernonce.dll,RunOnceExProcess command.Time consumtion is less than 30s and waste of space is equal the size of MSXML3.EXE (573 Kb).MSXML*.* files cannot be slipstreamed in 2K source as MSXML3 Parser isn't a standard component of 2K, just an added component by IE6. I will try to add to 2K as standard component later with tommyp method (which slipstream IE6 into 2K source and replace IE5).SVCPACK.INF in previous post edited to reflect changes.
Bilou_Gateux Posted January 22, 2005 Author Posted January 22, 2005 (edited) Sample SVCPACK.INF including all Hotfixes + DX9B, IE6SP1, MSXML3, SCRIPT5.6, WMP9, MSJVM3810 & MDAC2.71 Edited August 22, 2005 by Bilou_Gateux
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now