Page 1 of 1

Office 2010 64bit

PostPosted: 26.10.2019, 20:21
by Grizzly
Office 2010 64bit

Hello,
I am new here and have a question right away (if this is the wrong place to post, I apologize).

I am trying to get all the updates for Office 2010 together since it will soon run out of life (I am using the 64bit version). I came across this marvelous utility which would make
updating it very easy. However, I have noticed that the WSUS updates only contain the x86 updates and not the x64 updates, at least when I look into the ISO created with WSUS
offline generator 11.8.1.

Could someone point me in the right direction please ?

Re: Office 2010 64bit

PostPosted: 26.10.2019, 20:43
by Dalai
It's in the file wsusoffline\doc\faq-enu.txt:
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).

Although the question only mentions the service packs, it applies to all updates.

Regards
Dalai

Re: Office 2010 64bit

PostPosted: 26.10.2019, 22:55
by Grizzly
forgive me my ignorance, but how??
I tried to call the command from an elevated DOS-prompt (Win10) but all I get is an error message that it is not recognized as internal or external command or program or batch file.
D:\Updates>call wsusoffline\cmd\AddOffice2010x64Support{enu}.cmd

I assume this command is suppose to put the download links into a textfile??
I am more a hardware (electronics) than a software (programming? not so much) guy and I am lost...

Re: Office 2010 64bit

PostPosted: 26.10.2019, 23:49
by Dalai
Please, carefully read my answer and/or the mentioned FAQ file again. The language must be supplied as parameter to the script file. And, remove the curly brackets, they're just part of the placeholder for the language.

Regards
Dalai

Re: Office 2010 64bit

PostPosted: 27.10.2019, 21:42
by aker
Your command would be (non-elevated is enough):
Code: Select all
D:\Updates\wsusoffline\cmd\AddOffice2010x64Support.cmd enu

Re: Office 2010 64bit

PostPosted: 28.10.2019, 00:56
by Grizzly
Thank you Aker. Now I know what I did wrong. I was so used to a different syntax. I appreciate the help.