We are happily installing wazuh on our Windows 8 embedded endpoints using
https://github.com/wazuh/wazuh-ansible.
It is convenient, in our dev lab, to have an automated way to return to an "original" state. We used to use the uninstaller in C:\Program Files\Ossec, but when we upgraded to 2.1.1, that changed.
We can easily remove wazuh from a given system using the Windows Control Panel. What we want is a way to script that.
The wazuh-agent-installer.msi installer's help window refers to a "/uninstall" argument, but when we run
wazuh-agent-installer.msi /uninstall
we get a "This patch package could not be opened" error.
Is there a recommended way to remove wazuh 2.1.1 on Windows?
Edward