The installation of the Lumu Agent for Windows is simple and straightforward. They could be deployed easily to your entire user population through an IT assets management system, thus facilitating their installation and administration. This document covers the installation and configuration of the Lumu Agent on Windows devices.
The Lumu Agent for Windows provides two types of installers:
The Online Installer downloads the latest available files and settings required for set-up during installation. It is the most basic installation, used to install an agent on a single user device, in a non-domain environment.
1. To download the agent file for online installation on Windows, go to the Lumu Portal, navigate to the Agents menu, then click to download agent, select the “Windows” option (1), and then select the online installer (2).
In the Lumu Portal, you can find the .msi and .exe offline installer files recommended for an offline installation via command prompt.
The offline installer brings all files required for installation; no additional files are downloaded. The offline installer includes two components that allow you to install the Lumu
agent
or the agent
updater
independently.
The
agent
component is the Lumu sensor that collects the network-data, which is presented to your company at the Lumu Portal. The updater is the component in charge of periodically checking the server for the latest version of the agent, downloading and installing it.
lum_agent_offline.exe /SP- /VERYSILENT /activationcode="[ActivationCode]" /acceptlicense="true"
"C:\Windows\System32\msiexec.exe" /i lum_agent_offline.msi /quiet WRAPPED_ARGUMENTS="/activationcode=""code"" /acceptlicense=""true"""
Parameter
|
Mandatory
|
Version added
|
Description
|
activationcode
|
Yes
|
1.0.0.0
|
Activation code obtained from the
Lumu Portal
.
|
acceptlicense
|
Yes
|
1.0.0.0
|
<
true/false
> value. Must be set to
true
to guarantee that the license has been accepted by the user.
|
COMPONENTS
|
No
|
1.0.0.0
|
The offline installer allows you to install specific components and manage updates manually.
You can set it to ‘agent’ to install only the Lumu Agent or ‘updater’ to install the updater by itself.
By default, the offline installer installs both components.
|
lum_agent_offline.exe /SP- /VERYSILENT /activationcode="[ActivationCode]" /acceptlicense="true" /COMPONENTS="updater"
- .msi:
"C:\Windows\System32\msiexec.exe" /i lum_agent_offline.msi /quiet WRAPPED_ARGUMENTS="/activationcode=""code"" /acceptlicense=""true"" /COMPONENTS=agent"
changeactivationcode
|
No
|
2.1.0.1
|
This parameter must be used to notify the agent that a new activation
is required when the product has already been activated.
|
lumu_agent_offline.exe /SP- /VERYSILENT /activationcode="[ActivationCode]" /acceptlicense="true"/changeactivationcode
- .msi:
"C:\Windows\System32\msiexec.exe" /i lum_agent_offline.msi /quiet WRAPPED_ARGUMENTS="/activationcode=""[ActivationCode]"" /acceptlicense=""true"" /changeactivationcode"
askcredentials
|
No
|
2.1.0.3
|
This parameter can be used to allow or deny to show the popup asking for proxy credentials.
|
lum_server_agent_offline.exe /SP- /VERYSILENT /activationcode="[ActivationCode]" /acceptlicense=true / askcredentials=true
The Lumu Agent includes an application for support purposes. You can use this application to troubleshoot and get agent information from devices.
The table below lists the available support commands for the Lumu Agent. You should run the commands in the Lumu installation path (e.g.
C:/Program Files (x86)/Lumu/Agent
) using Command Prompt or Windows PowerShell with admin privileges.
--ask_credentials [arg]
|
Use this option to allow/avoid [true/false] the user popup asking proxy credentials
|
The Lumu Agent installer (version 2.0+) brings the ability to repair, update, or reinstall the Windows agent.
Repair
The repair feature returns the agent to its default installation state. This feature should be used in cases such as when any file or registry was erased as the repair will retrieve the missing files. The repair process keeps the current agent configuration and activation code.
Update
Reinstall
In both the repair and update process, you also have the option to reinstall a Lumu Agent.
To reinstall an agent, you will need to enter the same or a different activation code.
In case you want to uninstall the Lumu Agent from a Windows device, go to the Control Panel > Programs and Features, choose Lumu from the list, and select "Uninstall".
You can choose to uninstall the agent using Command Prompt or Windows PowerShell with admin privileges. To do so, go to the Lumu installation path (e.g. C:/Program Files (x86)/Lumu/Agent ) and run the uninstaller file unins000.exe .