patflat Posted September 15, 2004 Posted September 15, 2004 HelloDo 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 offsetlocalset 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.exeBut 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.
homiebrah Posted September 15, 2004 Posted September 15, 2004 Try them both with /Q:A /R:N.Here's some switch info: http://support.microsoft.com/default.aspx?...kb;en-us;810232
buletov Posted September 16, 2004 Posted September 16, 2004 i think you sould try this ones: /Q /O /N /Z
ToBe Posted September 16, 2004 Posted September 16, 2004 Try this, it depends on what kind of hotfix it is:@echo offsetlocalset 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.exeCheck here for more info:http://unattended.msfn.org/xp/installhotfixes_old.htmWorks for win2k as well.
patflat Posted September 16, 2004 Author Posted September 16, 2004 Thanks alot for the answers.You have saved my day :-)
myEl Posted October 6, 2004 Posted October 6, 2004 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
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