Page 1 of 2

Office 2016 64-Bit

PostPosted: 18.04.2019, 14:06
by TMurrayISO
When I ran the V11.6.1 version I selected Office 2016 for English. There was no option to select 32 or 64 bit. On My machines the WSUS Offline program runs but it tries to update the 86 version of Office but fails on 3 updates and does them over and over again on restart. The computers don't have x32 bit Office 2016, they all have 2016. Does it not know the difference or will there be a option to add it for 64-bit

Re: Office 2016 64-Bit

PostPosted: 18.04.2019, 15:34
by Gerby
Hi TMurray,

faq-enu.txt wrote:Q: I miss the x64 versions of Office 2010 Service Pack 2 and Office 2013 Service Pack 1. How can I have them downloaded?
A: Please call ...\cmd\AddOffice2010x64Support.cmd {lng} once to add their URLs to your custom static download definitions (see directory ...\static\custom).

This also refers to Office 2016.

Greetz
Gerby

Re: Office 2016 64-Bit

PostPosted: 18.04.2019, 17:44
by TMurrayISO
Can you explain how this is done?

Re: Office 2016 64-Bit

PostPosted: 18.04.2019, 18:23
by Dalai
TMurrayISO wrote:Can you explain how this is done?

Open a command prompt (CMD) in the wsusoffline\cmd directory, then run the command
Code: Select all
AddOffice2010x64Support.cmd {lng}
where {lng} is the abbreviation of your language, e.g. rus for Russian, esn for Spanish, ita for Italian and so on.

To open the command prompt: In Explorer showing the correct directory, right-click on free space and select "Open command prompt here".

Regards
Dalai

Re: Office 2016 64-Bit

PostPosted: 18.04.2019, 20:55
by aker
In some system configurations you have to press Shift while doing the right-click to see that menu entry.

Re: Office 2016 64-Bit

PostPosted: 21.06.2019, 19:49
by TMurrayISO
Dalai wrote:
TMurrayISO wrote:Can you explain how this is done?

Open a command prompt (CMD) in the wsusoffline\cmd directory, then run the command
Code: Select all
AddOffice2010x64Support.cmd {lng}
where {lng} is the abbreviation of your language, e.g. rus for Russian, esn for Spanish, ita for Italian and so on.

To open the command prompt: In Explorer showing the correct directory, right-click on free space and select "Open command prompt here".

Regards
Dalai


Thanks for the help. When trying to run your command it tells me {enu} is not a valid parameter

Re: Office 2016 64-Bit

PostPosted: 21.06.2019, 20:24
by Dalai
Remove the curly brackets around the parameter. I just added them to make it clear that it's a parameter that must be replaced by the user.

Apart from that, English updates should already be present, but I'm not sure.

Regards
Dalai

Re: Office 2016 64-Bit

PostPosted: 21.06.2019, 23:17
by boco
No, x64 updates (any language) are only added after running the script.

Re: Office 2016 64-Bit

PostPosted: 24.06.2019, 12:52
by TMurrayISO
Dalai wrote:Remove the curly brackets around the parameter. I just added them to make it clear that it's a parameter that must be replaced by the user.

Apart from that, English updates should already be present, but I'm not sure.

Regards
Dalai


Tried that too. Still says invalid parameter.

Re: Office 2016 64-Bit

PostPosted: 24.06.2019, 15:12
by Dalai
Please extract the script again from wsusoffline1172.zip and try again. If this still doesn't work, please change (line 1)
Code: Select all
@echo off
to
Code: Select all
REM @echo off
, run it again and post the output here.

Regards
Dalai