Difference between revisions of "EPOagent"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add external link) |
||
Line 1: | Line 1: | ||
− | This is a silent installer and uninstaller for | + | This is a silent installer and uninstaller for ePolicy Orchestrator Agent (ePOagent) by McAfee. For more infos se [http://www.mcafee.com/us/products/epolicy-orchestrator.aspx here]. |
<source lang="xml"> | <source lang="xml"> | ||
<package id="epo" name="EPOagent" revision="1" priority="0" reboot="false"> | <package id="epo" name="EPOagent" revision="1" priority="0" reboot="false"> |
Revision as of 12:22, 19 May 2011
This is a silent installer and uninstaller for ePolicy Orchestrator Agent (ePOagent) by McAfee. For more infos se 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>