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
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=OBWK-EAKB-FADW-TJRA-WEAB@6ab71e63-e256-4ee4-becc-d9c6e4ad8e96 EULA_ACCEPTED=1 |
Install AD/LDAP Synchronization Agent
ADDLOCAL="Management_Sync_Agent" ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ADDRESS=esac.eset.com:443 ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ACCESS=OBWK-EAKB-FADW-TJRA-WEAB@6ab71e63-e256-4ee4-becc-d9c6e4ad8e96 EULA_ACCEPTED=1 |
Examples of using ESA .MSI arguments when deploying ESA components locally
Install AD/LDAP Synchronization Agent
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=OBWK-EAKB-FADW-TJRA-WEAB@6ab71e63-e256-4ee4-becc-d9c6e4ad8e96 EULA_ACCEPTED=1 |
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=OBWK-EAKB-FADW-TJRA-WEAB@6ab71e63-e256-4ee4-becc-d9c6e4ad8e96 EULA_ACCEPTED=1 |