[SOLVED] tis-vcredist2015-2022 problem update 14.51.36231.0

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
esberard
Messages: 36
Registration: Oct 09, 2023 - 11:35

May 19, 2026 - 10:56

Good morning,

You need to update your tis-vcredist2015-2022 package following the Microsoft update which uses a different name for the x86 version:
vcredist2015-2022.png
vcredist2015-2022.png (11.25 KB) Viewed 5085 times

Code: Select all

Installing: VC_redist.x86.exe (14.51.36231.0)
Waiting for name: Microsoft Visual C\+\+ v14 Redistributable \(x86\) to appear in Windows registry
Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 4514, in install_wapt
    exitstatus = setup.install()
  File "C:\Program Files (x86)\wapt\private\tmp\waptaupdjjbz\setup.py", line 22, in install
  File "C:\Program Files (x86)\wapt\common.py", line 4431, in new_func
    return func(*args, **kwargs)
  File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 1776, in install_exe_if_needed
    error('Setup %s has been installed but the %s can not be found' % (exe,searchparam))
  File "C:\Program Files (x86)\wapt\waptutils.py", line 2093, in error
    raise EWaptSetupException('Fatal error : %s' % reason)
waptutils.EWaptSetupException: Fatal error : Setup VC_redist.x86.exe has been installed but the name Microsoft Visual C\+\+ v14 Redistributable \(x86\) can not be found

EWaptSetupException: Fatal error : Setup VC_redist.x86.exe has been installed but the name Microsoft Visual C\+\+ v14 Redistributable \(x86\) can not be found
esberard
Messages: 36
Registration: Oct 09, 2023 - 11:35

May 19, 2026 - 11:04

New values:

Code: Select all

bin_name_x86 = "VC_redist.x86.exe"
uninstall_key_x86 = r"Microsoft Visual C\+\+ 2015-2022 Redistributable \(x86\)"

bin_name_x64 = "VC_redist.x64.exe"
uninstall_key_x64 = r"Microsoft Visual C\+\+ 2015-2022 Redistributable \(x64\)"

bin_name_arm64 = 'VC_redist.arm64.exe'
uninstall_key_arm64 = r"Microsoft Visual C\+\+ 2022 Redistributable \(Arm64\)"
fschelfaut
Messages: 30
Registration: Nov 7, 2024 - 12:22

May 19, 2026 - 11:14

Hello,

We've corrected the package code to take into account Microsoft's rollback...
The Luti build will be available soon!

Flavien,
esberard
Messages: 36
Registration: Oct 09, 2023 - 11:35

May 19, 2026 - 12:01

fschelfaut wrote: May 19, 2026 - 11:14 AM Hello,

We have corrected the package code to take into account Microsoft's rollback...
The Luti build will be available soon!

Flavien,
THANKS
Locked