Difference between revisions of "EPOagent"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 3: Line 3:
 
  <package id="epo" name="EPOagent" revision="1" priority="0" reboot="false">
 
  <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='\\server\share\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>  
 
  </package>  
  
[[category:Silent Installers|EPOagent]]
+
[[category:Silent Installers]]

Revision as of 21:25, 30 September 2006

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>