How can we uninstall Cynet from Bigfix ?
Could you please help me.
@ark if you were sitting at the command line, how would you perform the uninstall? According to this Cynet documentation, you can use:
msiexec.exe /x "CynetMSI.msi" /qn
or
msiexec.exe /x "CynetMSI.msi" /qn PASS=eps123
Source: Uninstalling the Cynet Agent - Windows
Then once you know how to uninstall Cynet, then you can create a fixlet to accomplish this effort. We have many fixlets in bigfix.me that you can use as a template for this effort.
Many CyNet installations contain an embedded security password which complicates the scripting. To uninstall an agent that has an embedded security password:
“msiexec.exe /x “CynetMSI.msi” /qn PASS=your-password”