43
edits
Changes
new package : OCS Inventory-ng Windows Agent
== OcsInventory-ng Windows Agent ==
Silent install for [http://ocsinventory-ng.org OcsInventory-ng] [https://launchpad.net/ocsinventory-windows-agent Agent for Windows].
Before all, create your customized ocspackage.exe following the [http://wiki.ocsinventory-ng.org/index.php/Documentation:Agent upstream documentation].
<source lang="xml">
<?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>
</source>
[[category:Silent Installers]]
Silent install for [http://ocsinventory-ng.org OcsInventory-ng] [https://launchpad.net/ocsinventory-windows-agent Agent for Windows].
Before all, create your customized ocspackage.exe following the [http://wiki.ocsinventory-ng.org/index.php/Documentation:Agent upstream documentation].
<source lang="xml">
<?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>
</source>
[[category:Silent Installers]]