Difference between revisions of "OcsInventory-ng Windows Agent"
From WPKG | Open Source Software Deployment and Distribution
(new package : OCS Inventory-ng Windows Agent) |
(No difference)
|
Revision as of 09:51, 1 December 2009
OcsInventory-ng Windows Agent
Silent install for OcsInventory-ng Agent for Windows.
Before all, create your customized ocspackage.exe following the upstream documentation.
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="ocsinventoryagent"
name="OCS Inventory Agent"
revision="4061"
priority="60"
reboot="false">
<check type="uninstall" condition="exists" path="OCS Inventory Agent 4.0.6.1" />
<install cmd='%SOFTWARE%\ocsagent\ocspackage.exe' />
<upgrade cmd='%SOFTWARE%\ocsagent\ocspackage.exe' />
</package>
</packages>