Jump to content

Howto install updates on a W2K unattended install?


Recommended Posts

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.

Link to comment
Share on other sites


they are the same, here are just a few of mine

CLS
@echo off
ECHO.
ECHO Installing Hofixes 1 (of 7)...
ECHO.
ECHO Installing 828749...328kb...
ECHO 1...
start /wait %systemdrive%\Install\Hotfixes1\828749 /u /q /z
ECHO.
ECHO Installing 329115...323kb...
ECHO 2...
start /wait %systemdrive%\Install\Hotfixes1\329115 /u /q /z
ECHO.
ECHO Installing 822831...242b...
ECHO 3...
start /wait %systemdrive%\Install\Hotfixes1\822831 /u /q /z
ECHO.
ECHO Installing 824105...320kb...
ECHO 4...
start /wait %systemdrive%\Install\Hotfixes1\824105 /Q /M /Z
ECHO.
ECHO Installing 825119...304kb...
ECHO 5...
start /wait %systemdrive%\Install\Hotfixes1\825119 /u /q /z
ECHO.
ECHO Installing 828035...343kb...
ECHO 6...
start /wait %systemdrive%\Install\Hotfixes1\828035 /Q /M /Z
ECHO.
ECHO Installing 832759...458kb...
ECHO 7...
start /wait %systemdrive%\Install\Hotfixes1\832759 /Q /M /Z
EXIT.

CLS
@echo off
ECHO.
ECHO Installing Hotfixes 2 (of 1)...
ECHO.
ECHO Installing Q814078...
start /wait %systemdrive%\Install\Hotfixes2\Q814078 /q:a /r:n
ECHO.
EXIT.

Link to comment
Share on other sites

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=

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...