Installation error following package transfer to a group

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
JeromeD.
Messages: 1
Registration: July 20, 2023 - 11:17

July 20, 2023 - 11:29

Good morning,

In the interest of optimization, we have integrated the office suite into a group of common applications.
This update had no impact on the entire fleet, except for one Windows 10 PC on which the office suite uninstalled itself upon rebooting the machine and can no longer be reinstalled.
Since this manipulation, I have a package error line and then a second line (+) which indicates a new installation.

Is it possible to manually delete the entire package installation history to start with a clean installation? Any other solutions?

Here is the error message displayed on the console:

Code: Select all

installing Office 2019
Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 4082, in install_wapt
    exitstatus = setup.install()
  File "C:\WINDOWS\TEMP\waptxvvldmt5\setup.py", line 26, in install
  File "C:\Program Files (x86)\wapt\common.py", line 3859, in run
    return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))
  File "C:\Program Files (x86)\wapt\waptutils.py", line 2118, in run
    raise CalledProcessErrorOutput(proc.returncode, cmd, ''.join(output))
waptutils.CalledProcessErrorOutput: Command '"setup.exe" /configure "Configuration.xml"' returned non-zero exit status 1603.
Output:

CalledProcessErrorOutput: Command '"setup.exe" /configure "Configuration.xml"' returned non-zero exit status 1603.
Output:
WAPT version: 2.4.0.14080
OS Server: Ubuntu 22.04lts
Operating system of the administration machine: Windows 10

Thank you in advance for your reply.
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

July 21, 2023 - 1:43 PM

Hello Jérôme,

since the package is dependent on the package group, the machine will try to install it until the installation is successful. However, the problem isn't so much the group dependency, but rather that the Office 2019 installation is failing on the machine in question.

The error code 1603 is quite generic. We would need to see what the exact problem is on the machine by running the installation manually and see if the issue can be resolved.

If the problem doesn't occur when performing the installation manually as a local administrator, then we should test it as a local system user by connecting with `psexec -i -s cmd.exe`. The WAPT agent runs under a local system account.

Regards,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
User avatar
t.heroult
Messages: 307
Registration: December 8, 2020 - 10:13 AM

July 25, 2023 - 11:30

Hello,

One possible solution: Look in the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products.
Search for a key corresponding to the software and, if so, delete it (after exporting it as a backup).
This has often resolved this type of issue for me.

Regards,
Tom
Server: WAPT Enterprise 2.6.1.17786 on Debian
Consoles: Windows 10 & 11
Infrastructure: Windows

Did you know? When parrotfish undergo smoltification, their osmoregulation mechanism is reversed!
Locked