Jump to content

Information about Hotfix switch


Recommended Posts

Hello

Do MS have a list of switches for their hotfixes on their site?

I have some problem installing multiple hotfixes completly unattended.

I run W2K and have tried this

@echo off

setlocal

set PATHTOFIXES=\\w2kserver\Share\update\hotfix\W2KSwe\

%PATHTOFIXES%\KB823353.EXE /q

%PATHTOFIXES%\KB839645.EXE /z /m

%PATHTOFIXES%\KB840315.EXE /z /m

%PATHTOFIXES%\KB841872.EXE /z /m

%PATHTOFIXES%\KB842526.EXE /z /m

%PATHTOFIXES%\KB867801.EXE /q

%PATHTOFIXES%\KB870669.EXE /q

%PATHTOFIXES%\qchain.exe

But during the installation of those I get two question that asks me if I want to restart the computer. And I DONT wont those questions. :-(

If I try for example to write KB867801.exe /? I get some switches.

/Q = Quit Mode. But it still asks me if I want to restart.

Link to comment
Share on other sites


Try this, it depends on what kind of hotfix it is:

@echo off
setlocal
set PATHTOFIXES=\\w2kserver\Share\update\hotfix\W2KSwe\
%PATHTOFIXES%\KB823353.EXE /Q:A /R:N
%PATHTOFIXES%\KB839645.EXE /Q /O /N /Z
%PATHTOFIXES%\KB840315.EXE /Q /O /N /Z
%PATHTOFIXES%\KB841872.EXE /Q /O /N /Z
%PATHTOFIXES%\KB842526.EXE /Q /O /N /Z
%PATHTOFIXES%\KB867801.EXE /Q:A /R:N
%PATHTOFIXES%\KB870669.EXE /Q:A /R:N
%PATHTOFIXES%\qchain.exe

Check here for more info:

http://unattended.msfn.org/xp/installhotfixes_old.htm

Works for win2k as well.

:hello:

Link to comment
Share on other sites

  • 3 weeks later...

Hey guys, just want to say thanks a bunch for this post.

It definately saved me a ton of searching for the command line switches for windows hotfixes to IE and ADODB, etc.

I hope to find more good stuff here....keep up the great posts!

- myEl

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