Skip to content

Updating the Lineai Windows Java Agent

Download the installer from your Lineai server package repository. In PowerShell:

Terminal window
Invoke-WebRequest -Uri "http://your_server/lineai/server/packages/lineai-java.msi" -OutFile "lineai-java.msi"

Alternatively, from Command Prompt or PowerShell:

Terminal window
curl.exe -O "http://your_server/lineai/server/packages/lineai-java.msi"

Replace your_server with your Lineai server hostname.

  • Double-click the downloaded lineai-java.msi icon to begin installation.