I have a MSI that installs a Zabbix Agent 2, and their documentations states that in order for us to install custom plugins we need to:
Copy the plugin into the MSI packages;
Edit configurationfiles in the MSI and point to the copied plugin path;
Their documentation don’t teach how to do this. Only for Linux.
How can I do it?