Changes

FusionInventory Agent

1,537 bytes added, 16:51, 2 November 2010
Created page with '== FusionInventory Agent == The FusionInventory Agent is a tool for hardware and software inventory and much more, created by the [http://fusioninventory.org FusionInventory pro…'
== FusionInventory Agent ==

The FusionInventory Agent is a tool for hardware and software inventory and much more, created by the [http://fusioninventory.org FusionInventory project]. It is the successor of the OCSInventory Agent, project from which it has forked end evolved.

You can download the agent from [http://prebuilt.fusioninventory.org/stable/windows-i386/ the download page].

It has a lot of [http://forge.fusioninventory.org/projects/fusioninventory-agent/wiki/Command_Line_parameters_to_install_FusionInventory_Agent_on_Windows Command line parameters]. Only few of them are used here.



<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>

<packages>

<package
id="inventory-mdxbe"
name="FusionInventory Agent"
revision="%version%"
reboot="false"
priority="0">

<variable name="version" value="2.1.6-3" />
<variable name="tag" value="tagname" />
<variable name="serverlist" value="https://ocsinventory-ng/ocsinventory" />

<check type="uninstall" condition="exists" path="FusionInventory Agent" />

<install cmd='%SOFTWARE%\fusioninventory\fusioninventory-agent_windows-i386_%version%.exe /S /debug /runnow /tag=%tag% /server=%serverlist%'>
<exit code="0" />
</install>

<remove cmd='msiexec /x (path to msi)' />

<upgrade cmd='%SOFTWARE%\fusioninventory\fusioninventory-agent_windows-i386_2.1.6.exe /S /debug /runnow /tag=%tag% /server=%serverlist%' />

</package>
</packages>
</source>

[[category:Silent Installers]]
43
edits