Seite 1 von 1

[GELÖST] Problem mit tis-vcredist2015-2022 – Update 14.51.36231.0

Veröffentlicht: 19. Mai 2026 - 10:56 Uhr
von Esberard
Guten Morgen,

Sie müssen Ihr tis-vcredist2015-2022-Paket nach dem Microsoft-Update aktualisieren, das für die x86-Version einen anderen Namen verwendet:
vcredist2015-2022.png
vcredist2015-2022.png (11,25 KB) 8964 Mal angesehen

Code: Alle auswählen

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

Betreff: tis-vcredist2015-2022 Problem-Update 14.51.36231.0

Veröffentlicht: 19. Mai 2026 - 11:04 Uhr
von Esberard
Neue Werte:

Code: Alle auswählen

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\)"

Betreff: tis-vcredist2015-2022 Problem-Update 14.51.36231.0

Veröffentlicht: 19. Mai 2026 - 11:14 Uhr
von fschelfaut
Hallo,

wir haben den Paketcode korrigiert, um Microsofts Rollback zu berücksichtigen...
Der Luti-Build wird in Kürze verfügbar sein!

Flavien

Betreff: tis-vcredist2015-2022 Problem-Update 14.51.36231.0

Veröffentlicht: 19. Mai 2026 - 12:01 Uhr
von Esberard
fschelfaut schrieb: 19. Mai 2026 - 11:14 Uhr Hallo,

wir haben den Paketcode korrigiert, um Microsofts Rollback zu berücksichtigen...
Der Luti-Build wird in Kürze verfügbar sein!

Flavien
DANKE