September 9, 200421 yr Hello everybody.While I was happy finishing my XP SP1 & SP2 CD, I wanted to create an unattended Installation of Windows 2000 SP4 with Post service pack 5 updates.I collected all updates, I downloaded Windows 2000 DeployTools to make an unattended installation. Cool till now. But the problem now is I don't know how to include these updates during windows 2000 installation.Please, Can anyone explain me how to install updates during windows 2000 installation because I searched and I found only how to slipstream SP4 into Windows 2000 which i have done already.Thanks in advance.
September 9, 200421 yr they are the same, here are just a few of mineCLS@echo offECHO.ECHO Installing Hofixes 1 (of 7)...ECHO.ECHO Installing 828749...328kb...ECHO 1...start /wait %systemdrive%\Install\Hotfixes1\828749 /u /q /zECHO.ECHO Installing 329115...323kb...ECHO 2...start /wait %systemdrive%\Install\Hotfixes1\329115 /u /q /zECHO.ECHO Installing 822831...242b...ECHO 3...start /wait %systemdrive%\Install\Hotfixes1\822831 /u /q /zECHO.ECHO Installing 824105...320kb...ECHO 4...start /wait %systemdrive%\Install\Hotfixes1\824105 /Q /M /ZECHO.ECHO Installing 825119...304kb...ECHO 5...start /wait %systemdrive%\Install\Hotfixes1\825119 /u /q /zECHO.ECHO Installing 828035...343kb...ECHO 6...start /wait %systemdrive%\Install\Hotfixes1\828035 /Q /M /ZECHO.ECHO Installing 832759...458kb...ECHO 7...start /wait %systemdrive%\Install\Hotfixes1\832759 /Q /M /ZEXIT.CLS@echo offECHO.ECHO Installing Hotfixes 2 (of 1)...ECHO.ECHO Installing Q814078...start /wait %systemdrive%\Install\Hotfixes2\Q814078 /q:a /r:nECHO.EXIT.
September 9, 200421 yr Author Thank you,you gave the switches, but which mechanism launch this batch file.Does Windows 2000 have the same procedure as Windows XP ? I mean T13;T11 and so on.
September 10, 200421 yr Thank you,you gave the switches, but which mechanism launch this batch file.Does Windows 2000 have the same procedure as Windows XP ? I mean T13;T11 and so on.Yes. Just follow the guide and choose your method. Since you can't slipstream IE6 into Windows 2000 read this thread on how workaround/manage this: http://www.msfn.org/board/index.php?showtopic=20359&hl=
September 10, 200421 yr Author Thank you. I will follow that guid. B) I have qchain.exe in my windows xp cd. does the same version that I have in xp works for 2000 ?
Create an account or sign in to comment