Hello,
I'm trying to deploy on my Windows servers the agent from and MSI+MST created with ORCA.
I did add some options in the property table (such the zabbix server address), but I still getting a 1603 windows installer error...
If I try my command "msiexec /i zabbix_agent.msi SERVER.myserver.domain..." it works...
If I try "msiexec /i zabbix_agent.msi TRANSFORMS=mytransform.mst", I get the following error in log:
MSI (s) (70:5C) [11:43:27:113]: Executing op: CustomActionSchedule(Action=AgentService_Register, ActionType=3073,Source=BinaryData,Target=WixQuietE xec64,CustomActionData="C:\Program Files\Zabbix Agent\zabbix_agentd.exe" --config "C:\Program Files\Zabbix Agent\zabbix_agentd.conf" --install)
MSI (s) (70:2C) [11:43:27:117]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI7E5B.tmp, Entrypoint: WixQuietExec64
WixQuietExec64: Error 0x80070001: Command line returned an error.
WixQuietExec64: Error 0x80070001: QuietExec64 Failed
WixQuietExec64: Error 0x80070001: Failed in ExecCommon method
Does the Zabbix MSI installer file supports MST transforms?
Do I have to declare my options in others fields than the property table?
Thanks for your help.
I'm trying to deploy on my Windows servers the agent from and MSI+MST created with ORCA.
I did add some options in the property table (such the zabbix server address), but I still getting a 1603 windows installer error...
If I try my command "msiexec /i zabbix_agent.msi SERVER.myserver.domain..." it works...
If I try "msiexec /i zabbix_agent.msi TRANSFORMS=mytransform.mst", I get the following error in log:
MSI (s) (70:5C) [11:43:27:113]: Executing op: CustomActionSchedule(Action=AgentService_Register, ActionType=3073,Source=BinaryData,Target=WixQuietE xec64,CustomActionData="C:\Program Files\Zabbix Agent\zabbix_agentd.exe" --config "C:\Program Files\Zabbix Agent\zabbix_agentd.conf" --install)
MSI (s) (70:2C) [11:43:27:117]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI7E5B.tmp, Entrypoint: WixQuietExec64
WixQuietExec64: Error 0x80070001: Command line returned an error.
WixQuietExec64: Error 0x80070001: QuietExec64 Failed
WixQuietExec64: Error 0x80070001: Failed in ExecCommon method
Does the Zabbix MSI installer file supports MST transforms?
Do I have to declare my options in others fields than the property table?
Thanks for your help.
Comment