Page 1 of 1

[SOLVED] tis-vcredist2015-2022 problem update 14.51.36231.0

Published: May 19, 2026 - 10:56
by Esberard
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 5228 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

Re: tis-vcredist2015-2022 problem update 14.51.36231.0

Published: May 19, 2026 - 11:04
by Esberard
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\)"

Re: tis-vcredist2015-2022 problem update 14.51.36231.0

Published: May 19, 2026 - 11:14
by fschelfaut
Hello,

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

Flavien,

Re: tis-vcredist2015-2022 problem update 14.51.36231.0

Published: May 19, 2026 - 12:01
by Esberard
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