Page 2 of 2
Re: [SOLVED] Installing Office365
Published: January 5, 2021 - 10:08 AM
by srvmac
Hello Christophe,
Happy New Year and thank you very much for your reply.
So, I can send the Click to Run .exe file; the icon appears on the client machine and it can be found in Add/Remove Programs.
It actually installs Click to Run .exe but doesn't run it. It has to be launched from the client machine, but it's impossible to do this automatically from WAPT.
It only works partially. So I installed the installer remotely, which then had to be launched manually from each machine.
Everything is deployed now, but I would really like to be able to do it from WAPT.
For Office 2016, there were no problems before 365; the program installed correctly.
Thank you very much.
Seb
Re: [SOLVED] Installing Office365
Published: January 6, 2021 - 9:27 AM
by Christophe0110
Hi Seb,
Happy New Year to you too.
It's rather strange that only ClickToRun installs without its Office suite...
Did you check my question from my previous post? (regarding the "Office" folder within the package)
Cheers,
Christophe.
Re: [SOLVED] Installing Office365
Published: January 18, 2021 - 5:00 PM
by emilien.gauthier
Good morning,
I used the script (thanks!

)
I am getting the following error:
Installing office365(=0-14)
Installing office365(=0-14)
Microsoft Office 365 Business 2019: Installing...
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\waptservice\service.py", line 1706, in run
self.running_task.run()
File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 551, in run
self._run()
File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 1009, in _run
self.result.get('errors',[])))
Exception: Error installing [u'office365(=0-14)']: errors in packets [[PackageRequest(package=u'office365',version=(Version('0.0.0.0'), 14),architectures=[u'x64'],locales=['fr'],maturities=[u'PROD'],min_os_version=Version('10.0.19041'),max_os_version=Version('10.0.19041')), PackageEntry(u'office365',u'0-14' ), u'Traceback (most recent call last):\n File "C:\\Program Files (x86)\\wapt\\common.py", line 4850, in install\n force=force\n File "C:\\Program Files (x86)\\wapt\\common.py", line 3929, in install_wapt\n raise e\nTimeoutExpired: Command \'setup.exe /configure installOfficeBusRet64.xml\' timed out after 2000 seconds with output \'\'\'\'\n']]
Exception: Error installing [u'office365(=0-14)']: errors in packages [[PackageRequest(package=u'office365',version=(Version('0.0.0.0'), 14),architectures=[u'x64'],locales=['fr'],maturities=[u'PROD'],min_os_version=Version('10.0.19041'),max_os_version=Version('10.0.19041')), PackageEntry(u'office365',u'0-14'), u'Traceback (most recent call last):\n File "C:\\Program Files (x86)\\wapt\\common.py", line 4850, in install\n force=force\n File "C:\\Program Files (x86)\\wapt\\common.py", line 3929, in install_wapt\n raise e\nTimeoutExpired: Command \'setup.exe /configure installOfficeBusRet64.xml\' timed out after 2000 seconds with output \'\'\'\'\n']]
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\waptservice\service.py", line 1706, in run
self.running_task.run()
File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 551, in run
self._run()
File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 1009, in _run
self.result.get('errors',[])))
Exception: Error installing [u'office365(=0-14)']: errors in packages [[PackageRequest(package=u'office365',version=(Version('0.0.0.0'), 14),architectures=[u'x64'],locales=['fr'],maturities=[u'PROD'],min_os_version=Version('10.0.19041'),max_os_version=Version('10.0.19041')), PackageEntry(u'office365',u'0-14'), u'Traceback (most recent call last):\n File "C:\\Program Files (x86)\\wapt\\common.py", line 4850, in install\n force=force\n File "C:\\Program Files (x86)\\wapt\\common.py", line 3929, in install_wapt\n raise e\nTimeoutExpired: Command \'setup.exe /configure installOfficeBusRet64.xml\' timed out after 2000 seconds with output \'\'\'\'\n']]
Thank you for your response
Re: [SOLVED] Installing Office365
Published: January 18, 2021 - 5:07 PM
by srvmac
Hello,
I'm currently working remotely, I'll take a look at it from the office this week.
I'll check the configuration.
However, deploying Click to Run is quick, but it doesn't launch automatically.
Once launched manually on the machine, it's quite slow because it has to download 2GB of data from Microsoft each time. I'd say between 30 minutes and an hour, depending on network congestion and PC speed.
Since it doesn't work via WAPT, I have no idea how long it would take, but given the packet size over the local network, it probably isn't very fast either.
Re: [SOLVED] Installing Office365
Published: January 18, 2021 - 5:23 PM
by emilien.gauthier
That's great, thanks in advance!
Looking forward to your reply.
