Fusion Inventory Agent for WPKG on iPasserelle
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<packages>
|
|
|
|
<package id="fusioninventory"
|
|
|
|
name="Agent d'inventaire reseau"
|
|
|
|
revision="18"
|
|
|
|
priority="10">
|
|
|
|
|
|
|
|
<variable name="PKG_VERSION" value="2.3.0-1" />
|
|
|
|
<variable name="INSTALL_PATH" value="%PROGRAMFILES%\FusionInventory-Agent\" />
|
|
|
|
<variable name="INSTALL_FLAGS" value="/S /acceptlicense /execmode=Service /httpd-ip=127.0.0.1 installtype=/from-scratch /no-p2p /user='%FUSINV_USER%' /password='%FUSINV_PASS%' /server='%FUSINV_SERVER%'" />
|
|
|
|
|
|
|
|
<check type="uninstall" condition="versiongreaterorequal" path="FusionInventory Agent" value="%PKG_VERSION%" />
|
|
|
|
|
|
|
|
<install architecture="x86" cmd='%SOFTWARE%\fusioninventory\fusioninventory-agent_windows-x86_%PKG_VERSION%.exe %INSTALL_FLAGS%' />
|
|
|
|
<install architecture="x64" cmd='%SOFTWARE%\fusioninventory\fusioninventory-agent_windows-x64_%PKG_VERSION%.exe %INSTALL_FLAGS%' />
|
|
|
|
|
|
|
|
<upgrade include="install" />
|
|
|
|
|
|
|
|
<downgrade include="install" />
|
|
|
|
|
|
|
|
<remove cmd='"%INSTALL_PATH%\uninstFI.exe" /S' />
|
|
|
|
</package>
|
|
|
|
</packages>
|