If I try to install Zabbix Agent 2 6.2.4 it removes 6.2.3, tries to install 6.2.4 but fails, then rolls back removing 6.2.4. The end result is no zabbix agent is installed in windows.
The command I'm using to install/upgrade zabbix is:
Installation log (couldn't upload here, size limit: https://dpaste.com/BJJA39LLX.txt
The command I'm using to install/upgrade zabbix is:
Code:
Start-Process -FilePath 'msiexec' -NoNewWindow -Wait -ArgumentList "/i C:\temp\zabbix.msi /qn SERVER=192.168.1.198 SERVERACTIVE=192.168.1.198 HOSTMETADATA=Windows-Usuarios HostInterface=$env:COMPUTERNAME.localdomain.com /l* C:\temp\zabbix_install.log"