Pagina 1 di 1

[RISOLTO] Aggiornamento del problema tis-vcredist2015-2022 14.51.36231.0

Pubblicato: 19 maggio 2026 - 10:56
di Esberard
Buongiorno,

È necessario aggiornare il pacchetto tis-vcredist2015-2022 in seguito all'aggiornamento di Microsoft, che utilizza un nome diverso per la versione x86:
vcredist2015-2022.png
vcredist2015-2022.png (11,25 KB) Visualizzato 9398 volte

Codice: Seleziona tutto

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

Oggetto: Aggiornamento del problema tis-vcredist2015-2022 versione 14.51.36231.0

Pubblicato: 19 maggio 2026 - 11:04
di Esberard
Nuovi valori:

Codice: Seleziona tutto

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

Oggetto: Aggiornamento del problema tis-vcredist2015-2022 versione 14.51.36231.0

Pubblicato: 19 maggio 2026 - 11:14
di fschelfaut
Ciao,

abbiamo corretto il codice del pacchetto per tenere conto del rollback di Microsoft...
La build Luti sarà disponibile a breve!

Flavien,

Oggetto: Aggiornamento del problema tis-vcredist2015-2022 versione 14.51.36231.0

Pubblicato: 19 maggio 2026 - 12:01
di Esberard
fschelfaut ha scritto: 19 maggio 2026 - 11:14 Salve,

abbiamo corretto il codice del pacchetto per tenere conto del rollback di Microsoft...
La build Luti sarà disponibile a breve!

Flavien,
GRAZIE