Difference between revisions of "OcsInventory Agent"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 1: Line 1:
Agent for [http://ocsinventory.sourceforge.net/ OcsInventory].   
+
SIlent installer for [http://ocsinventory.sourceforge.net/ OcsInventory] Agent.   
  
 
   OcsInventory is an application that automatically inventories computer systems,  
 
   OcsInventory is an application that automatically inventories computer systems,  
Line 8: Line 8:
 
The packages.xml definition:
 
The packages.xml definition:
  
  <package id='ocsinventory' name='OcsInventory' revision='1' priority='5' reboot='false' >
+
<source lang="xml">
 +
<package id='ocsinventory' name='OcsInventory' revision='1' priority='5' reboot='false' >
 
     <check type='file' condition='versiongreaterorequal'  
 
     <check type='file' condition='versiongreaterorequal'  
 
     path='%PROGRAMFILES%\OCS Inventory Agent\OCSInventory.exe' value='4.0.2.6' />
 
     path='%PROGRAMFILES%\OCS Inventory Agent\OCSInventory.exe' value='4.0.2.6' />
 
     <install cmd='%SOFTWARE%\ocsinventory\OcsAgentSetup.exe /S /SERVER:your.server.here /NP' />
 
     <install cmd='%SOFTWARE%\ocsinventory\OcsAgentSetup.exe /S /SERVER:your.server.here /NP' />
  </package>
+
</package>
 +
</source>
  
 
Be sure to adjust the check version depending on the version you install, and substitute your OCS server for ''your.server.here''.
 
Be sure to adjust the check version depending on the version you install, and substitute your OCS server for ''your.server.here''.
  
 
[[Category: Silent Installers]]
 
[[Category: Silent Installers]]

Revision as of 13:36, 1 March 2008

SIlent installer for OcsInventory Agent.

 OcsInventory is an application that automatically inventories computer systems, 
 reporting back to a central web-based interface. Agents are available for 
 Microsoft Windows 95/98/Me/NT4/2000/XP/2003, Linux, *BSD, Mac OS X, Sun Solaris 
 and IBM AIX.

The packages.xml definition:

<package id='ocsinventory' name='OcsInventory' revision='1' priority='5' reboot='false' >
    <check type='file' condition='versiongreaterorequal' 
     path='%PROGRAMFILES%\OCS Inventory Agent\OCSInventory.exe' value='4.0.2.6' />
    <install cmd='%SOFTWARE%\ocsinventory\OcsAgentSetup.exe /S /SERVER:your.server.here /NP' />
</package>

Be sure to adjust the check version depending on the version you install, and substitute your OCS server for your.server.here.