impossible de trouver une parade pour installer kes_win.msi correctement, l'installation génère une FATAL ERROR !
Fatal error : MSI kes_win.msi has been installed but the uninstall key ... can not be found
j'utilise install_msi_if_needed( avec les arguments properties, comment éviter cette fatal error à l'installation d'un package ?
je ne sais pas si ne pas trouver uninstall key en fin d'installation c'est pertinent, car je fourni cette clé dans le script donc elle existe
il y a un problème dans wapt il semble bien ? ce souci de clé non trouvée remonte à 2016 dans les demandes, il n'y a pas eu de réponses pertinentes à ce jour sur comment on peut gérer ce problème ?
merci de votre retour !
Traceback (most recent call last):
File "C:\wapt\common.py", line 3876, in install_wapt
exitstatus = setup.install()
File "C:\wapt\common.py", line 3830, in new_func
return func(*args,**kwargs)
File "C:\wapt\setuphelpers_windows.py", line 1102, in install_msi_if_needed
error('MSI %s has been installed but the uninstall key %s can not be found' % (msi,key))
File "C:\wapt\waptutils.py", line 1698, in error
raise EWaptSetupException(u'Fatal error : %s' % reason)
EWaptSetupException: Fatal error : MSI kes_win.msi has been installed but the uninstall key ... can not be found
FATAL ERROR : EWaptSetupException: Fatal error : MSI kes_win.msi has been installed but the uninstall key ... can not be found
Exit code: 3