Remote installation and uninstallation of applications
After preparing the installer, you can deploy the application to a single computer, multiple devices, or a group of computers.
Installing the application
Go to IT Management > Installation Server and select the application.
Click Install.

Add the computers or groups on which the task is to be executed.
Verify the installation command. You can change it for this specific task without editing the application configuration in the repository.
Select the permission level: Local System, Current User or Other user.
Select an option Immediately or schedule the execution date and time.
Optionally, add a pre-installation script, a post-installation script, or a helper file.
Confirm task creation.

Uninstalling the application
Select the application from the repository.
Click Uninstall.

Specify the computers or groups.
Verify the uninstall command retrieved from the application configuration.
Select the permissions, schedule, and optional scripts.
Confirm task execution.
Task permissions
Local System
Runs the task with the highest system privileges.
Current User
Runs the task in the context of the currently logged-on user.
Other user
Runs the task using the credentials of the specified user.
When should the Other user option be used?
eAgent runs by default as a system service, so tasks are usually executed in the context Local System. Such a context has high local privileges, but it may not have access to resources that require the credentials of a specific user.
Option Other user select, for example, when the task must access a resource outside the computer's local disk, such as a network share \\server\installers, and access to this resource requires an account with the appropriate permissions.
Example: the installer or helper file is located on a protected network share. For the computer to download and run it, specify an account that has access to that share.
Use an account with the minimum set of permissions required to complete the task. Do not specify a domain administrator account if an account with access to the specific resource is sufficient.
FAQ
Last updated
Was this helpful?