ESET Online Help

Search English
Select the topic

Remote Installation via ESET PROTECT

To install ESA components via ESET PROTECT:

  1. Log in to the ESET PROTECT Web Console, navigate to More > License Management, and make sure an ESET Secure Authentication license is imported. See License Management for more information.
  2. Navigate to Tasks, click New, and select Client Task.
  3. In the Basic section, name the task, select Software Install from the Tasks drop-down menu and click Continue.
  4. In the ESET License section, click Select, select ESET Secure Authentication, and click Ok.
  5. Click Choose package, select ESET Secure Authentication, and click Ok.
  6. Select the I accept the terms of the application End User License Agreement and acknowledge the Privacy Policy check box.
  7. In the Installation Parameters, define the .MSI arguments to install the desired ESA components.
  8. Click Continue, then click Finish.

Examples of using ESA .MSI arguments when deploying ESA components through ESET PROTECT

Example - Install Windows Login and Remote Desktop

ADDLOCAL="Win_Credential_Provider,Credential_Provider" ESA_COMPUTER_CONFIG_INTEGRATION_MODE=2 ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ADDRESS=esac.eset.com:443 ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ACCESS=DKNO-XESE-WXUA-QNXW-JAEI EULA_ACCEPTED=1

Example: install AD/LDAP Syncrhonization Agent

Run the installer and in GUI the example is presented as well.

ADDLOCAL="Management_Sync_Agent" ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ADDRESS=esac.eset.com:443 ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ACCESS=DKNO-XESE-WXUA-QNXW-JAEI EULA_ACCEPTED=1

Examples of using ESA .MSI arguments when deploying ESA components locally

Example - Install AD/LDAP Syncrhonization Agent

Run the installer and in GUI the example is presented as well.

msiexec /i "esasyncagent_nt64_enu.msi" /qn /L*v "c:\esa_install_log.txt" ADDLOCAL="Management_Sync_Agent" ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ADDRESS=esac.eset.com:443 ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ACCESS=DKNO-XESE-WXUA-QNXW-JAEI EULA_ACCEPTED=1

Example - Install Windows Login and Remote Desktop

msiexec /i "esacomponents_nt64_enu" /qn /L*v "c:\esa_install_log.txt" ADDLOCAL="Win_Credential_Provider,Credential_Provider" ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ADDRESS=esac.eset.com:443 ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ACCESS=DKNO-XESE-WXUA-QNXW-JAEI EULA_ACCEPTED=1