Difference between revisions of "EPOagent"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for EPOagent. | This is a silent installer and uninstaller for EPOagent. | ||
− | + | <source lang="xml"> | |
− | + | <package id="epo" name="EPOagent" revision="1" priority="0" reboot="false"> | |
<check type="uninstall" condition="exists" path="c:\EPOagent\naimag32.exe" /> | <check type="uninstall" condition="exists" path="c:\EPOagent\naimag32.exe" /> | ||
<install cmd='%SOFTWARE%\EPOagent\poaginst.exe' /> | <install cmd='%SOFTWARE%\EPOagent\poaginst.exe' /> | ||
<remove cmd='cmd /c del /s /q c:\epoagent' /> | <remove cmd='cmd /c del /s /q c:\epoagent' /> | ||
<upgrade cmd='' /> | <upgrade cmd='' /> | ||
− | + | </package> | |
− | + | </source> | |
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 19:12, 9 February 2008
This is a silent installer and uninstaller for EPOagent.
<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>