Command-Line Switches For Office Patches

  • Thread starter news.microsoft.com
  • Start date
N

news.microsoft.com

Does anyone know the Command-Line switches that can be used with Office
patches that utilize ohotfix.exe? I'm trying to deploy them silently via
SMS but the /q switch no longer forces a silent install.

Example command: Office2000-kb830347-client-enu.exe /q
 
B

Bob Buckland ?:-\)

Hi J.T.,

See if the information in this article helps:
http://microsoft.com/office/ork/xp/journ/Ohotfix.htm
along with this portion of the SMS guide
http://microsoft.com/technet/prodtechnol/sms/sms2/maintain/operate/smssusgd.asp
on using the .ini file. The individual hotfix update
documentation with the update should contain the syntax
and switches supported for the specific update.


=======
Does anyone know the Command-Line switches that can be used with Office
patches that utilize ohotfix.exe? I'm trying to deploy them silently via
SMS but the /q switch no longer forces a silent install.

Example command: Office2000-kb830347-client-enu.exe /q >>
--
Hope that helps,

Bob Buckland ?:) MS Office Products family MVP
*Courtesy is not expensive and can pay big dividends*

http://go.CompuServe.com/MSOfficeForum?loc=us

MS Office 2003 'Parts' Explained
http://microsoft.com/uk/office/system.asp

Chart of What's in Each MS Office 2003 Edition
http://microsoft.com/uk/office/editions.asp

Have a little fun with Office
http://microsoft.com/uk/office/xtra/

Get a Microsoft Certification of your Office App Skills:
http://microsoft.com/traincert/mcp/mous/requirements.asp

Search the MS Knowledge Base & FAQ:
http://support.microsoft.com

Choose the newsgroups focused on your MS Office applications:
via Browser:
http://communities.microsoft.com/newsgroups/default.asp?icp=prod_office
by Newsreader: (Outlook Express)
news://msnews.microsoft.com
 
T

Tom H

Yes I saw this. However I was hoping MS still provided a way just to do a
silent install with their native downloaded exe. To do it like this
requires someone to disassemble every patch exe and update the OHOTFIX.INI
or extract the MSP. Why should "we" be required to do this, I don't have to
do this for any OS or IE patch? The documented "/q" quiet switch should
work and install quiet but does it - no.
 
P

PS

news.microsoft.com said:
Does anyone know the Command-Line switches that can be used with Office
patches that utilize ohotfix.exe? I'm trying to deploy them silently via
SMS but the /q switch no longer forces a silent install.

Example command: Office2000-kb830347-client-enu.exe /q

Kevin-

Have you tried the following yet?

/q:a

Its a bit different than /q:

/q Use Quiet mode (no user intervention).
/q:a Use Administrator-Quiet mode. This mode does not present any dialog
boxes to the user.

Good Luck
PS
 
T

Tom H

Yes...says it is an invalid switch

PS said:
Kevin-

Have you tried the following yet?

/q:a

Its a bit different than /q:

/q Use Quiet mode (no user intervention).
/q:a Use Administrator-Quiet mode. This mode does not present any dialog
boxes to the user.

Good Luck
PS
 
P

Patrick J. LoPresti

news.microsoft.com said:
Does anyone know the Command-Line switches that can be used with
Office patches that utilize ohotfix.exe?
Yes.

I'm trying to deploy them silently via SMS but the /q switch no
longer forces a silent install.

Example command: Office2000-kb830347-client-enu.exe /q

These are "IExpress" installers with a bundled .msp (MSI patch) file.
Unpack each hotfix by hand to find the name of the .msp file it
contains, then use the /c:... switch to invoke msiexec on that file.

For general principles of IExpress installers, see
<http://unattended.sourceforge.net/installers.html#hotfixes>.

Using 830347 as an example, you can install it in unattended mode like
this:

Office2000-kb830347-client-enu.exe /q /c:"msiexec /qb /p WINWORDop.msp REBOOT=ReallySuppress"

For completely silent installation, replace /qb with /qn in the
switches to msiexec.

For more on Office 2000 unattended installation, including a link to
the script I use to install Office and all of its hotfixes, see
<http://unattended.sourceforge.net/installers.html#office2k>.

- Pat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top