Installing Office 2013 cab files - manually

Installing Office 2013 cab files - manually

Postby 8371 » 03.01.2017, 07:39

Hi guys,

It was suggested here to use FinalizationHook.cmd for installing exe files manually.

I was thinking if i could use the same approach to installing Office 2013 updates. My only problem is that the downloaded updates are actually cabs - how do you install Office 2013 cabs using this method? Dism does not work with them, neither other installers i tried. What would be a command for those? Or is there any other way to do this using WOU?

Many thanks
A
8371
 

Re: Installing Office 2013 cab files - manually

Postby Dalai » 03.01.2017, 16:56

8371 wrote:Dism does not work with them [...]

Yes, it works. It's what WSUS Offline does to install any .cab updates. See wsusoffline\client\cmd\InstallOSUpdate.cmd:
Code: Select all
if exist %SystemRoot%\Sysnative\Dism.exe (
  %SystemRoot%\Sysnative\Dism.exe /Online /Quiet /NoRestart /Add-Package /PackagePath:%1 /IgnoreCheck
) else (
  %SystemRoot%\System32\Dism.exe /Online /Quiet /NoRestart /Add-Package /PackagePath:%1 /IgnoreCheck
)


Please note that those updates (most likely) can't be applied to Click2Run Office editions. See this blog article on the differences.

Regards
Dalai
Dalai
 
Posts: 1041
Joined: 12.07.2016, 21:00

Re: Installing Office 2013 cab files - manually

Postby aker » 04.01.2017, 22:42

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


Return to Installation / Updating

Who is online

Users browsing this forum: No registered users and 37 guests