[SOLVED] Difficulties with the vcredist/openoffice package

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
Duster
Messages: 9
Registration: January 19, 2022 - 12:20

January 18, 2023 - 08:49

Hello everyone,

I'd like to ask for the community's help with a small package issue. We've been using WAPT for about a year in a fairly "simple" way, meaning without much advanced configuration, and I'm encountering a small problem when updating OpenOffice.

I've successfully deployed the OpenOffice package, its dependency tis-vcredist, and its dependency tis-vcredist2015-2022 to the test machine.

The problem is that for some time now, the vcredist2015-2022 package has consistently thrown an error, which disrupts the installation of the other two packages (OpenOffice and vcredist).

Here is the error message in detail:
Installing: VC_redist.x64.exe
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 4063, in install_wapt
exitstatus = setup.install()
File "C:\Windows\TEMP\waptya_ybbdl\setup.py", line 37, in install
File "C:\Program Files (x86)\wapt\common.py", line 3840, in run
return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))
File "C:\Program Files (x86)\wapt\waptutils.py", line 2138, in run
raise CalledProcessErrorOutput(proc.returncode, cmd, ''.join(output))
waptutils.CalledProcessErrorOutput: Command '"VC_redist.x64.exe" /quiet /norestart' returned non-zero exit status 1.
Output: '"VC_redist.x64.exe"' is not recognized as an internal
or external command, operable program or batch file.


CalledProcessErrorOutput: Command '"VC_redist.x64.exe" /quiet /norestart' returned non-zero exit status 1.
Output: '"VC_redist.x64.exe"' is not recognized as an internal
or external command, operable program or batch file.



Information about our setup:
WAPT Enterprise installed on Windows
version 2.3.0.13356.

Thank you in advance for any help you can provide.
Last edited by Duster on January 19, 2023 - 09:23, edited 1 time.
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

January 18, 2023 - 6:13 PM

Hi Arnaud,

it seems that the VC_redist.x64.exe file (which is in the wapt package) is missing after unzipping the package.
* Can you verify that it's still in the package on your server? What is the size of your package? If the package is too small, could you have run a local package update that crashed?
* Otherwise, it could be your antivirus deleting it randomly, but that would be strange for a file signed by Microsoft...

Best 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
Duster
Messages: 9
Registration: January 19, 2022 - 12:20

January 19, 2023 - 09:23

Hello dcardon!

Thank you for your response.
* Can you verify that it's indeed in the package on your server? What is the size of your package? If the package is too small, could you have accidentally run a local package update that crashed?
I think that was it! Following your message, I saw that the package was only 7KB. The simple workaround I used was to remove the two packages (tis-vcredist and its dependency tis-vcredist2015-2022) from my repository. Then, when I re-imported them, everything was resolved and it seems to be deploying correctly on my test machine.

Thanks again, it's resolved!
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

January 19, 2023 - 5:28 PM

Great, :-) thanks for your feedback,

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
Locked