Office Service Packs

Office Service Packs

Postby dantu » 03.01.2014, 15:31

Hi all

Office service packs (2003, 2007 and 2010) appear to not be running silently. As a result, the installations are getting cancelled by users.

Can this be changed, or how would I change this myself?

Thanks

Dan
dantu
 
Posts: 21
Joined: 12.12.2013, 09:57

Re: Office Service Packs

Postby aker » 03.01.2014, 23:19

dantu wrote:Office service packs (2003, 2007 and 2010) appear to not be running silently. As a result, the installations are getting cancelled by users.

Why would somebody cancel the update installation. If someone starts the software, he / she knows, that there might be windows poping up.

But if you want, it can be changed, but you have to edit a cmd-file.
Open .\client\cmd\InstallOfficeUpdate.cmd with an editor.
Change
Code: Select all
echo %1 | %SystemRoot%\System32\find.exe /I "sp" >nul 2>&1
if errorlevel 1 (
  echo %1 | %SystemRoot%\System32\find.exe /I "2687455" >nul 2>&1
  if errorlevel 1 (%1 /quiet /norestart) else (%1 /passive /norestart)
) else (%1 /passive /norestart)

to
Code: Select all
echo %1 | %SystemRoot%\System32\find.exe /I "sp" >nul 2>&1
if errorlevel 1 (
  echo %1 | %SystemRoot%\System32\find.exe /I "2687455" >nul 2>&1
  if errorlevel 1 (%1 /quiet /norestart) else (%1 /quiet /norestart)
) else (%1 /quiet /norestart)

You have to replace the "/passive" with "/quiet".
Remember to do it every time, wsusou updates itself.
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: Office Service Packs

Postby dantu » 06.01.2014, 09:19

Thanks for that, Aker.

Yes I know updates should not be cancelled, but these are users we're talking about!

-Dan
dantu
 
Posts: 21
Joined: 12.12.2013, 09:57


Return to Installation / Updating

Who is online

Users browsing this forum: No registered users and 32 guests