You are not logged in.
Pages: 1
Hello dear all.
I'm trying to install GLPI agent on my windows computers. My GPO doesn't work, so I wanted to test installation of the agent in quiet mode.
Just to test, I typed the following command :
C:\>GLPI-Agent-1.6.1-x64.msi /quiet SERVER="http://glpiserver/glpi/""
Nothing happens, I check in the C:\programe files\ there is no GLPI Agent folder created.
When I remore the "/quiet" parameter from the command, it lanches the installation wizard, and take into account the Server Parameter I provided.
C:\>GLPI-Agent-1.6.1-x64.msi SERVER="http://glpiserver/glpi/"
Could you assist showing me what I am missing in this command ?
Best regards,
Offline
Your first example
C:\>GLPI-Agent-1.6.1-x64.msi /quiet SERVER="http://glpiserver/glpi/""
has an additional trailing
"
This is what I use
msiexec /i "GLPI-Agent-1.7.1-x64.msi" /quiet SERVER="http://<IPAddressHere>/glpi" ADD_FIREWALL_EXCEPTION=1
Offline
Thank you so much
Offline
Pages: 1