Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Howto install updates on a W2K unattended install?

Featured Replies

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.

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.

  • 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.

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=

  • Author

Thank you.

:thumbup

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 ? :whistle:

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.