Deploying Symantec Data Loss Prevention (DLP) Endpoint Agent on Windows.
To create the package please see Build Endpoint Agent Installer Package
msiexec |
The Windows command for executing MSI packages. |
/i | Specifies the name of the package. |
/q | Specifies a silent install. You can remove this command to install an agent using the wizard. You might install using this method if you want to test the installation package when preparing to run a silent installation. |
ARPSYSTEMCOMPONENT | Optional properties to msiexec. |
ENDPOINTSERVER | The Endpoint Server to which agents connect to. |
SERVICENAME | This value is defined during the agent installation packaging process. The agent service name. The default value is EDPA. |
INSTALLDIR | The location where the agent is installed on the endpoint: C:\Program Files\Manufacturer\Symantec DLP Agent\. This value is defined during the agent |
Installation packaging process. | |
UNINSTALLPASSWORDKEY | The password the administrator uses when uninstalling agents. This value is defined during the agent |
Installation packaging process. | |
WATCHDOGNAME | The watchdog service name: WDP. |
TOOLS_KEY | The password that is associated with the agent tools. This value is defined during the agent installation packaging process. |
ENDPOINT_CERTIFICATE | The endpoint self-signed certificate file name: endpoint_cert.pem. This file is created during the agent installation packaging process. |
ENDPOINT_PRIVATEKEY | The endpoint private key file name: endpoint_priv.pem. This file is created during the agent installation packaging process. |
ENDPOINT_TRUSTSTORE | The endpoint trust store file to trust the server certificate (server public key): endpoint_truststore.pem. This file is created during the agent installation packaging process. |
ENDPOINT_PRIVATEKEY_PASSWORD |
The password that is associated with the agent certificates. The password is located in the endpoint_priv.pem file, which is created during the agent installation packaging process. |