Hello everyone,
I'm deploying a bunch of DLP Agents and using Altiris site with Software Management.
After creating the software release and uploading the software media, I add the command line from install_agent.bat
e.g. of the command line for DLP Agent
msiexec /i AgentInstall.msi /q INSTALLDIR="%PROGRAMFILES%\Manufacturer\Endpoint Agent" ENDPOINTSERVER="192.168.0.253:10443" TOOLS_KEY="D23DA21E708384A63E816AE042B0A064DBEB5148E707285BADBFDC72126B8A0038104D5CDBDDB667215A66D6DF0C86DAECA498BEC7E0975C263BF22B261B77146BC3C4A1EC226" SERVICENAME="EDPA" WATCHDOGNAME="WDP" ARPSYSTEMCOMPONENT="1" ENDPOINT_CERTIFICATE="endpoint_cert.pem" ENDPOINT_PRIVATEKEY="endpoint_priv.pem" ENDPOINT_PRIVATEKEY_PASSWORD="8CE39EBCE5F121E004AEB4E66C35C886A2A0994F79916A72F35AA9D5D3E5D9466E8E93E4A113D7620AD601E30A35078DB7BC8088A5F8F0B53E75223C18CBD25120796FE33C96D9F6AB0917D4DF25624972CA1C51A78163777C6BDAB06B099567B8F71" ENDPOINT_TRUSTSTORE="endpoint_truststore.pem" LOGDETAILS="Yes" /L*v %SystemDrive%\installAgent.log
But is not fully copied on to the field where the command line is:
The only command line copied is the following, and not the complete one:
msiexec /i AgentInstall.msi /q INSTALLDIR="%PROGRAMFILES%\Manufacturer\Endpoint Agent" ENDPOINTSERVER="192.168.0.253:10443" TOOLS_KEY="D23DA21E708384A63E816AE042B0A064DBEB5148E707285BADBFDC72126B8A0038104D5CDBDDB667215A66D6DF0C86DAECA498BEC7E0975C263BF22B261B77146BC3C4A1EC226" SERVICENAME="EDPA" WATCHDOGNAME="WDP" ARPSYSTEMCOMPONENT="1" ENDPOINT_CERTIFICATE="endpoint_cert.pem" ENDPOINT_PRIVATEKEY="endpoint_priv.pem" ENDPOINT_PRIVATEKEY_PASSWORD="8CE39EBCE5F121E004AEB4E66C35C886A2A0994F79916A72F35AA9D5D3E5D9
I know this is a limitation of the command line text box on Altiris page. But is there a way i can change this???
How do you set up the DLP Agent with Software Management (especifically this step)???
Thanks in advance.