Estoy experimentando un comportamiento extraño al instalar el archivo MSI de Vijeo Designer. `install_msi_if_needed()` abre una ventana emergente que muestra la versión del software y tengo que hacer clic en Aceptar.

Tras hacer clic en Aceptar, la instalación se completa correctamente. Sin embargo, el paquete instalado remotamente muestra estos errores en la consola:
Código: Seleccionar todo
File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 1615, in install_msi_if_needed
run(r'"%s" /norestart /q /i "%s" %s' % (makepath(system32(),'msiexec.exe'), msi, props), accept_returncodes=accept_returncodes, timeout=timeout, pidlist=pidlist)
File "C:\Program Files (x86)\wapt\waptutils.py", line 2212, in run
raise CalledProcessErrorOutput(proc.returncode, cmd, ''.join(output))
waptutils.CalledProcessErrorOutput: Command '"C:\\WINDOWS\\system32\\msiexec.exe" /norestart /q /i "Vijeo Designer 6.3.0.msi" ' returned non-zero exit status 1618.
Output:U n a u t r e p r o g r a m m e e s t e n c o u r s d i n s t a l l a t i o n . A t t e n d e z l a f i n d e l i n s t a l l a t i o n , p u i s e s s a y e z d e r Ú i n s t a l l e r c e l o g i c i e l .
CalledProcessErrorOutput: Command '"C:\\WINDOWS\\system32\\msiexec.exe" /norestart /q /i "Vijeo Designer 6.3.0.msi" ' returned non-zero exit status 1618.
Output:U n a u t r e p r o g r a m m e e s t e n c o u r s d i n s t a l l a t i o n . A t t e n d e z l a f i n d e l i n s t a l l a t i o n , p u i s e s s a y e z d e r Ú i n s t a l l e r c e l o g i c i e l .