Mandi! Yves Antigny
  In chel di` si favelave...

> You can use OCSinventory and GLPI :

Also GLPI+FusionInventory plugin, that does not need anymore OCS; a bit
lesser mature, but easer to implement.

I've installed the FI client with a simple:

<package
        id="fusioninventory"
        name="FusionInventory Agent"
        revision="2.2.6:1"
        priority="50"
        reboot="false">

        <check type="logical" condition="and">
                <check type="uninstall" condition="exists" 
path="FusionInventory Agent" />
                <check type="registry" condition="equals" 
path="HKLM\SOFTWARE\FusionInventory-Agent\server" 
value="%GLPI%/plugins/fusioninventory/front/plugin_fusioninventory.communication.php"
 />
                <check type="registry" condition="equals" 
path="HKLM\SOFTWARE\FusionInventory-Agent\tag" value="%LOCALNET%" />
        </check>

        <install cmd='%COMSPEC% /c if defined GLPI 
%SOFTWARE%\WPKG\fusioninventory-agent_windows-i386_2.2.6-1.exe /S 
/execmode=none /tag=%LOCALNET% 
/server=%GLPI%/plugins/fusioninventory/front/plugin_fusioninventory.communication.php'
 />

        <upgrade include='install' />
        <downgrade include='upgrade' />

        <remove cmd='"%ProgramFiles%\FusionInventory-Agent\uninstFI.exe" /S' />

</package>

And then i run the client (no daemon mode) at every WPKG invocation
(WPKGClient post script).


I hope, sonner or later, on a integration between GLPI and WPKG...

-- 
dott. Marco Gaiarin                                 GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''                http://www.sv.lnf.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  marco.gaiarin(at)sv.lnf.it      tel +39-0434-842711  fax +39-0434-842797

                Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!
           http://www.lanostrafamiglia.it/chi_siamo/5xmille.php
        (cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to