EPOagent

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

This is a silent installer and uninstaller for ePolicy Orchestrator Agent (ePOagent) by McAfee. For more infos see here.

<package id="epo" name="EPOagent" revision="1" priority="0" reboot="false">
 <check type="uninstall" condition="exists" path="c:\EPOagent\naimag32.exe" />
 <install cmd='%SOFTWARE%\EPOagent\poaginst.exe' />
 <remove cmd='cmd /c del /s /q c:\epoagent' />
 <upgrade cmd='' />
</package>