MSFN Forum: Install Multiple MS Office Security Updates in a batch file - MSFN Forum

Jump to content


Windows 7 forum rules

If you have questions about customizing Windows 7 that are vLite-specific, please post them in the vLite forum, not here. If you have questions regarding the unattended installation of Windows 7, please post them in the Unattended Windows 7/Server 2008 R2 section.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Install Multiple MS Office Security Updates in a batch file

#1 User is offline   pravinhirani 

  • Group: Members
  • Posts: 2
  • Joined: 09-November 10
  • OS:none specified
  • Country: Country Flag

Posted 03 December 2010 - 05:40 AM

Hi,

I have been struggling to get an equivalnet to QCHAIN that worked great in Windows XP. Basically, to install multiple Windows updates using a batch file, Microsoft provides a utility called: wusa.exe to install .msu files in a sequence that works similar to QCHAIN. Down side to this is you can not use it to install anything with .exe file extensions. It is purely for .msu files. I have got MS Office XP installed on the Windows 7 clients and need to update the master build PC with the latest MS Office Patches using a batch file, but cannot find anything that can chain these patches to install in a sequence. Has anyone come across this situation and have managed to get a working solution? Please help. Thanks


#2 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,222
  • Joined: 09-September 01
  • OS:Windows RT
  • Country: Country Flag

Posted 03 December 2010 - 09:00 AM

The reason qchain existed was to overcome the rename on reboot issue where multiple hotfixes could contain updates to the same file - qchain was used to make sure that only the latest file for each updated binary was placed during the reboot. Office does not have that problem, so I fail to see why you can't simply get the list of updates and apply them in sequence?

#3 User is offline   pravinhirani 

  • Group: Members
  • Posts: 2
  • Joined: 09-November 10
  • OS:none specified
  • Country: Country Flag

Posted 03 December 2010 - 09:14 AM

View Postcluberti, on 03 December 2010 - 09:00 AM, said:

The reason qchain existed was to overcome the rename on reboot issue where multiple hotfixes could contain updates to the same file - qchain was used to make sure that only the latest file for each updated binary was placed during the reboot. Office does not have that problem, so I fail to see why you can't simply get the list of updates and apply them in sequence?


Hi cluberti,

That true, but ran all patches in a line... The issue am having is to install all patches in one batch file silently. i.e each patch should finish installing before executing the next. Tried Start /Wait and still no joy

E.g.

ECHO.
ECHO Security Update for PowerPoint 2002 (KB905758)
ECHO.
ECHO Installing Hotfix or Update. Please wait...
"\\sharename\x86\1_KB905758.exe" /Q

ECHO.
ECHO Security Update for Office XP (KB911701)
ECHO.
ECHO Installing Hotfix or Update. Please wait...
"\\sharename\x86\2_KB911701.exe" /Q

ECHO.
ECHO Security Update for Office XP (KB920816)
ECHO.
ECHO Installing Hotfix or Update. Please wait...
"\\sharename\x86\3_KB920816.exe" /Q

ECHO.
ECHO Security Update for Access 2002 (KB955440)
ECHO.
ECHO Installing Hotfix or Update. Please wait...
"\\sharename\x86\4_KB955440.exe" /Q

ECHO.
ECHO Security Update for Office XP (KB921596)
ECHO.
ECHO Installing Hotfix or Update. Please wait...
"\\sharename\x86\5_KB921596.exe" /Q

The above will try install all at the same time

This post has been edited by pravinhirani: 03 December 2010 - 09:21 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy