Stuntgp2000 Posted September 20, 2004 Share Posted September 20, 2004 Hello everyone,I went to Install Windows 2000 SP4 with the latest hotfixes & softwares, and IE6SP1 is one of them.Over all installation of this windows I got the same error; IE prevent windows from starting normally in the first logon. I noticed that neither explorer.exe does load nor any other software (Hotfix, Dxdllreg.exe).Is there ANY way to automatically install IE6SP1 over Win2k? or Slipstream it? I added it to CmdLines.txt and IE6SP1 installed flawlessly but on the next (or first) logon, it has to configure some settings and other programs which shud run dont run at the immediate next logon but at the second logon. Thanks in advance Link to comment Share on other sites More sharing options...
ToBe Posted September 20, 2004 Share Posted September 20, 2004 http://www.msfn.org/board/index.php?showtopic=25495&hl= Link to comment Share on other sites More sharing options...
Historic Posted September 20, 2004 Share Posted September 20, 2004 I had the exact problem too.Way i found around is to install ie6sp1 before starting to install everything else, while running it from cmdlines.txt and everything went fine.Also the same problem came up if i had used nlite over 2kSp4.Finally i figured nlite is still in beta stage and not a major supporter of 2000 so, dropped nlite, used full install and everything went just fine. Link to comment Share on other sites More sharing options...
scorpi073 Posted September 20, 2004 Share Posted September 20, 2004 I had this problem and I solved it by using the IEAK6 (Internet Explorer Administrator Kit). You can change settings in IE6 using this tool so it's highly recomended to use for distributing ie6. Select the flat mode only and go through the process of the options...basically just go default with everything unless you want to customize. when this is done, I renamed the \FLAT\WIN32\EN folder to IE6 and then put it in my $oem$\$1\hotfix folder and call on the setup of ie6\ie6setup /Q:A /R:N in the runonceex section before my other hotfixes get ran. Link to comment Share on other sites More sharing options...
Stuntgp2000 Posted September 20, 2004 Author Share Posted September 20, 2004 @historic in my batch file that installs hotfixes, I have Windows Installer v2 first then IE6SP1, I made them in that order to shorten the path (Directly Install IE6SP1 hotfixes not IE5 hotfixes then IE6SP1 hotfixes)@scorpi073 I Will try IEAK6Thanks to all, but I am really confused about @ToBe Post so any clear answer about that topic. Link to comment Share on other sites More sharing options...
koszopal Posted September 22, 2004 Share Posted September 22, 2004 @stuntpg2000hi this is my way (without any explorer.exe crash)1) im installing ie6sp1 on cmdlines.txthere is my cmdlines.txt[COMMANDS]"autologon.cmd""ie.cmd" "RunOnceEx.cmd"my ie.cmdcmdow @ /HID@echo off ECHO.ECHO Installing IE 6.0 SP1start /wait %systemdrive%\install\ie6\ie6setup.exe /Q:A /R:NECHO.EXITi hope its helps u koszopal Link to comment Share on other sites More sharing options...
clair Posted September 22, 2004 Share Posted September 22, 2004 i hade the same problem but winn 2000 needs a restart after installing ie6..so you need to install first ie6 reboot and start install for pathes!!!make 2 cmd files 1 for ie6 and 2 for patches:: Link to comment Share on other sites More sharing options...
Stuntgp2000 Posted September 22, 2004 Author Share Posted September 22, 2004 Hello everyone,I have bad news.@scorpi073, I have tried IEAK but it failed.@koszopal, I was already using your methode but It does not work. I am still having the same problem.I have also tried to separate DX9C from cmdlines.txt and I put it in the first logon. I made this because I was suspecting that IE6SP1 & DX9C hate each other. When I put IE6SP1 and all it hotfixes in cmdlines.txt and DX9C in firstlogon.cmd the result was worse. DX9C gave me lots of errors msgs (it said that KS.sys and others couldn't be installed properly) PLUS Explorer.exe crashed.In another installation, I forced Explorer.exe to be run in the first logon, but no success.The only two ways that remain are either 1) To Install DX9c in cmdlines.txt and IE6SP1 + all it hotfixes in the first logon and by doing so I have to make 2 reboots2) To Install IE6SP1 in cmdlines.txt and DX9c and IE hotfixes in the first logon and by doing so I have only to reboot once.What I need from you, my friends, which one should I use in my next try ? I will post my results again when I finish the next try. B) Link to comment Share on other sites More sharing options...
koszopal Posted September 23, 2004 Share Posted September 23, 2004 @stuntgp2000ive got installed dx9c too 1st im installing on cmdlines ie6sp12nd on runonexe im installing dx9c + other apps and at end installing all hothixeshere is my runoneexe.cmd cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Instalacja aplikacji i hotfixow po restarcie" /fREG ADD %KEY%\890 /VE /D "VMware Tools" /fREG ADD %KEY%\890 /V 1 /D "%systemdrive%\install\vmware\vmware.cmd" /fREG ADD %KEY%\895 /VE /D "DirectX 9.0c" /fREG ADD %KEY%\895 /V 1 /D "%systemdrive%\install\directx\directx.cmd" /fREG ADD %KEY%\900 /VE /D ".Net Framework 1.1 + SP1" /fREG ADD %KEY%\900 /V 1 /D "%systemdrive%\install\netfrm11\netfxsp1.exe" /fREG ADD %KEY%\905 /VE /D "Microsoft Journal Viewer 1.5" /fREG ADD %KEY%\905 /V 1 /D "%systemdrive%\install\jv15\JV15.msi /qb" /fREG ADD %KEY%\910 /VE /D "Hotfixes " /fREG ADD %KEY%\910 /V 1 /D "%systemdrive%\install\hotfixes\hotfixes.cmd" /fREG ADD %KEY%\920 /VE /D "Kerio Personal Firewall 2.1.5" /fREG ADD %KEY%\920 /V 1 /D "%systemdrive%\install\kpf\Setup.exe -s -f2\"%systemdrive%\kerio.log\"" /fREG ADD %KEY%\925 /VE /D "Total Commander 6.03a" /fREG ADD %KEY%\925 /V 1 /D "%systemdrive%\install\total\install.exe" /fREG ADD %KEY%\935 /VE /D "Windows Messenger 5.0" /fREG ADD %KEY%\935 /V 1 /D "%systemdrive%\install\wms\wms50.msi /qb" /fREG ADD %KEY%\945 /VE /D "Windows Movie Maker 2.0" /fREG ADD %KEY%\945 /V 1 /D "%systemdrive%\install\mm20\mm20.msi /qb" /fREG ADD %KEY%\955 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\955 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXIThere is my directx.cmdcmdow @ /HID@echo off ECHO.ECHO Installing DirectX 9.0cstart /wait %systemdrive%\install\directx\dxsetup.exe /silentECHO.EXIT Link to comment Share on other sites More sharing options...
Stuntgp2000 Posted September 23, 2004 Author Share Posted September 23, 2004 Sorry friend, I should have already posted my result.I succeeded in my windows 2000 installation and I will post the script that I have used. I am at work now. Link to comment Share on other sites More sharing options...
Stuntgp2000 Posted September 25, 2004 Author Share Posted September 25, 2004 Hello everyone,Here is my two files that install IE6, DX9C and other updates in Windows 2000 SP4 with having to get made to do it yourself. sorry for the delay. W2K_Hotfixes_25_09_2004.zip Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now