Page 1 of 1

[SOLVED] No Setup.exe in Office365 package

Published: May 6, 2022 - 10:07 AM
by eliottiph
Good morning,

The TIS-OFFICE365-PROPLUS package fails: https://wapt.tranquil.it/store/tis-office365-proplus

Code: Select all

installing %s
Installing Microsoft Office 365 ProPlus
Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 4035, in install_wapt
    exitstatus = setup.install()
  File "C:\WINDOWS\TEMP\waptlgq0t08f\setup.py", line 27, in install
  File "C:\Program Files (x86)\wapt\common.py", line 3817, in run
    return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))
  File "C:\Program Files (x86)\wapt\waptutils.py", line 2123, in run
    raise CalledProcessErrorOutput(proc.returncode, cmd, ''.join(output))
waptutils.CalledProcessErrorOutput: Command '"setup.exe" /configure "Configuration.xml"' returned non-zero exit status 1.
Output:'"setup.exe"' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.


CalledProcessErrorOutput: Command '"setup.exe" /configure "Configuration.xml"' returned non-zero exit status 1.
Output:'"setup.exe"' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.

Apparently the package does not contain a setup.exe file.
no setup.png
no setup.png (23.39 KB) Viewed 3130 times

Re: No Setup.exe in the Office365 package

Published: May 6, 2022 - 10:18 AM
by dcardon
Hello eliottiph,

It's not software that is freely redistributable, so as mentioned in the header of the same file [1]:

Code: Select all

# Empty package, you have to include offline downloaded files
# You can use the following tool to help creating Configuration.xml and download necessary files :
# https://github.com/YerongAI/Office-Tool
We will open an enterprise store with licensed redistribution binaries in the future, but for now it's up to you to add it (or call package creation support)

In the meantime, we'll add a more explicit message.

Sincerely,

Denis

[1] https://wapt.tranquil.it/store/details-...730e0.wapt

Re: No Setup.exe in the Office365 package

Published: May 6, 2022 - 11:01
by eliottiph
Ah, okay, my mistake, thank you for your help :)