Stuntgp2000 Posted September 9, 2004 Posted September 9, 2004 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.
diesel_98a Posted September 9, 2004 Posted September 9, 2004 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.
Stuntgp2000 Posted September 9, 2004 Author Posted September 9, 2004 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.
peachy Posted September 10, 2004 Posted September 10, 2004 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=
pauledavey Posted September 10, 2004 Posted September 10, 2004 you should also use qchain.exe if you are doing it like this.
Stuntgp2000 Posted September 10, 2004 Author Posted September 10, 2004 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 ?
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