Microsoft Windows installation for Fusioninventory Agent




Microsoft Windows Installation
Get the Installer
You can get the last FusionInventory Agent installer for Microsoft Windows. The filename of the installer follows this pattern:
Some notes about the new FusionInventory Agent installer for Microsoft Windows.
The installer for each
, integrates its native, although reduced, version of Strawberry Perl
may contain improvements regarding the installer itself, the agent (patches) or both.
It’s possible to install fusioninventory-agent_windows_x86_ .exe on a 32-bit or 64-bit Microsoft Windows system but it’s only possible to install fusioninventory-agent_windows_x64_ .exe on a 64-bit Microsoft Windows system.
The old versions can be found here.
The Installer Manual
The manual is contained within the installer. You can get it in one of the following ways:
Installation from Command Line and Silent Installation
The FusionInventory Agent installer for Microsoft Windows performs a visual mode installation unless you specify the /S option on the command line, in which case a silent mode installation is performed.
For more information about the use of the command line, please, see The Installer Manual section above.
Visual Installation
As stated above, if the FusionInventory Agent installer for MS Windows is run without the /S option, it runs a visual mode installation. The easiest way to perform a visual mode installation is double-clicking on the fusioninventory-agent_windows-
The fields and controls that appear in the visual mode installation are strictly related to the command line options. For that reason it’s recommended that you read The Installer Manual section above before proceeding with the installation.
For more information about the visual mode installation, please, see the following gallery of commented screenshots of FusionInventory Agent installer for Microsoft Windows. (still under construction)
Large Installations
There is a VBScript (Visual Basic Script) allow you to perform an unattended deployment of fusioninventory-agent_windows-
_ .exe in large (and in not so large) environments. The script is named fusioninventory-agent-deployment.vbs.
Installation from Sources
If you are a developer, or an advanced user, you can also install FusionInventory Agent from sources.
FusionInventory website with documentation and news of this wonderful inventory and software deployment tool 😉
Windows large installation




Silent installation
fusioninventory.vbs
fusioninventory.vbs is a VBS script used to:
- Download the fusioninventory Windows installer
- Remove OCS Inventory Agent
- Install or upgrade FusionInventory
To use this script, you must first download the script and then edit it. The first lines of the script must be adjusted for your configuration:
- versionverification: the version of fusioninventory to install
- fusionarguments: the command line argument for the Windows installer)
- fusionsetupURL: the location of the Windows installer binary (either HTTP or Windows share)
- uninstallocsagent: “yes” if OCS Agent has to be removed
You can use this script to:
- run a silent installation on a given machine
- deploy the agent on your network using psexec
- prepare a GPO to deploy the agent on all the machines of the Windows domain
Run a silent installation on a given machine
Just double clic on the script or run from a command console:
Deploy the agent on your network using psexec
To run the fusioninventory.vbs script on a machine computer1
Or if you want to run the install on all the computer of your domain:
GPO to deploy the agent on all the machines of the Windows domain
Create a GPO and copy the script within and associate the fusioninventory.vbs script. The GPO has to be configured to run during machine start up.
You may be interested by these two GPO templates:
Alternative VBS script
An alternative script maintained by ZenAdm also exists.
This script is still experimental but it is already much easier to understand.
FusionInventory website with documentation and news of this wonderful inventory and software deployment tool 😉
GLPI+FusionInventory
Как можно сделать так, чтобы вся информация о сетевом оборудовании, система подачи заявок и информационная база организации была в одном флаконе?
Установить GLPI, поставить FI (а так же разумеется выделить на это все оборудование, резервное копирование).
Зачем он нужен мне? Позволяет легко инвентаризировать парк оборудования, быстро найти «устаревшие» элементы для дальнейшей замены, отследить изменения в конфигурациях ПК, систематизировать заявки пользователей.
В этой статья я постараюсь описать все на личном примере.
[ ОС Windows Server 2008r2 ]
GLPI — наше ядро, сперва необходимо развернуть её , ознакомиться с демо можно тут ( https://demo.glpi-project.org/front/central.php )
- Веб сервер; Предполагаю, что у вас уже есть поднятый веб-сервер, с которого будет хоститься GLPI, в противном случае рекомендую XAMMP ( https://www.apachefriends.org/ru/index.html ).
- PHP 5.6 и выше
- БД; MySQL 5.6+ или MariaDB 10.0
- Все оборудование должно быть совместимо (*Nix based + Win)
Если требования выполнены — приступаем к установке.
- Скачиваем пакет GLPI (https://glpi-project.org/ru/download-ru/)
- Распаковываем его в исполняемую папку вашего web-сервера, (пример: \\xampp\htdocs)
- Если ваша БД расположена на другой машине — не забудьте в ней открыть возможность подключения с других хостов. (Для MySQL- /etc/mysql/my.cnf )
- Переходим на ваш локальный сайт, где запущен GLPI ( localhost/glpi )
- Следуем шагам мастера. Особое внимание Шагу 2, соединение с базой. Необходимо прописать адрес базы данных (если на той же машине — localhost), имя базы, её пользователя и пароля.
- GLPI установлен, можно авторизоваться.
После установки основного ядра необходимо поставить его дополнение FusionInventory — его можно найти в каталоге дополнений: Настройки -> Plugins.
После установки плагина, посредством скачивания через меню, необходимо установить на все компьютеры пользователей (к примеру через GPO) FusionInventory Agent. Это ПО необходимо для сбора информации о компьютерах. ( http://fusioninventory.org/2019/07/02/fusioninventory-agent-2.5.1.html ).
В итоге развертывания агента мы получим актуальную базу серверов, компьютеров, принтеров и прочих устройств для дальнейшего использования.
Добавлю, что данный инструмент многофункционален, расширяется при помощи других дополнений. Приведу пример тех, что использую:
RACKS — стойки и все, что с ними связано. Позволяет визуализировать стойку в отдельном меню.
ObjectsManagment — создавать произвольные поля для любых классов объектов, например, класс [Компьютер] с доп.полем [В аренде?].
И многие другие.

