MSI
WinGet
GLPI Agent
Teclib' · 1.16 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i GLPI-Agent-1.16-x64.msi /quiet /norestart
InstallPath
msiexec /i GLPI-Agent-1.16-x64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{960934CD-6BF4-1014-B0BF-CA310C0FF926}
Product version operator
Greater than or equal to
Product version
1.16
MSI Properties
Product Code
{960934CD-6BF4-1014-B0BF-CA310C0FF926}
File Identity
Filename
GLPI-Agent-1.16-x64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
GLPI-Project.GLPI-Agent
Version
1.16
Description
The GLPI Agent is a generic management agent. It can perform a certain number of tasks, according to its own execution plan, or on behalf of a GLPI server acting as a control point.
License
GPL-2.0
↗
Installer URL
https://github.com/glpi-project/glpi-agent/releases/download/1.16/GLPI-Agent-1.16-x64.msi
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
core:
* On windows, permit to use libxml2 built libraries in different threads
* Reset target id after loading saved state to avoir re-using same id after a
target configuration update
* PR #1051: Add support for ssk-key-file option helping to setup inventory
authentication via ssl client certificate. This option permit to specify a
dedicated file for private key and avoid to have to merge it into file defined
by ssl-cert-file option.
* Move GLPI::Agent::Tools::Hardware as GLPI::Agent::S…