Page 1 of 1

[SOLVED] LibreOffice installation error

Published: Dec 15, 2022 - 6:03 PM
by adgm11
Good morning
I'm getting errors when installing LibreOffice. Does anyone know what the problem might be?
I retrieved the package from the wapt tis-libreoffice-fresh internet repository

Code: Select all

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\waptoml5t8v0\setup.py", line 73, in install
  File "C:\Program Files (x86)\wapt\common.py", line 3990, in new_func
    return func(*args, **kwargs)
  File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 1501, in install_msi_if_needed
    run(r'msiexec /norestart /q /i "%s" %s' % (msi, props), accept_returncodes=accept_returncodes, timeout=timeout, pidlist=pidlist)
  File "C:\Program Files (x86)\wapt\waptutils.py", line 2126, in run
    raise CalledProcessErrorOutput(proc.returncode, cmd, ''.join(output))
waptutils.CalledProcessErrorOutput: Command 'msiexec /norestart /q /i "LibreOffice_7.4.3_Win_x64.msi" ALLUSERS=1 CREATEDESKTOPLINK=0 REBOOTYESNO=No ISCHECKFORPRODUCTUPDATES=0 VC_REDIST=0 QUICKSTART=0 ADDLOCAL=ALL REMOVE=gm_o_Onlineupdate REGISTER_DOC=1 REGISTER_DOCX=1 REGISTER_XLS=1 REGISTER_XLSX=1 REGISTER_PPT=1 REGISTER_PPTX=1 REGISTER_PUB=1' returned non-zero exit status 1603.
Output:

CalledProcessErrorOutput: Command 'msiexec /norestart /q /i "LibreOffice_7.4.3_Win_x64.msi" ALLUSERS=1 CREATEDESKTOPLINK=0 REBOOTYESNO=No ISCHECKFORPRODUCTUPDATES=0 VC_REDIST=0 QUICKSTART=0 ADDLOCAL=ALL REMOVE=gm_o_Onlineupdate REGISTER_DOC=1 REGISTER_DOCX=1 REGISTER_XLS=1 REGISTER_XLSX=1 REGISTER_PPT=1 REGISTER_PPTX=1 REGISTER_PUB=1' returned non-zero exit status 1603.
Output:

Re: LibreOffice installation error

Published: Dec 17, 2022 - 00:31
by adgm11
It's finally resolved; I just had to restart the PC and everything installed. There are dependencies that require restarting. It's better to let the installation complete automatically by shutting down the PC, rather than forcing the installation while the PC is on

Re: LibreOffice installation error

Published: Dec 19, 2022 - 11:56 AM
by dcardon
Hello,

thank you for your reply. Error code 1603 is a generic return code for msiexec related to a local problem on the machine. WAPT can't do much about it, but most of the time a reboot resolves the issue.

Sincerely,

Denis