Jump to content

Another way deployment agent and endpoint together


Go to solution Solved by mahiralkhoir,

Recommended Posts

Because remote installation always failed for unknown reason. So I've decide deployment using *.bat ( Agent Live Installer ). Unfortunately, it's deploy agent only. I know, if agent installed successfully, you can push install endpoint from ERA and its easy. But, when push installation failed, error information its very simple.

 

post-1569-0-40643600-1433912861_thumb.png

 

Look at that picture ? How can i see error log or any information ?

Maybe some one can helping me, for get more information if push installation endpoint failed ?

 

ESET describe many ways for installation, but our client doesn't have active directory for deployment via GPO or SCCM. So, i am decide make some script for manual deployment, i think its much easier than using
AgentLiveInstaller.bat generated from ERA Server. This script contains 2 file agentcfg.ini and executable file.

[Config]
EndpointURL_32bit="hxxp://192.168.186.1/ENDPOINT/v6/eea_nt32_enu.msi"
EndpointURL_64bit="hxxp://192.168.186.1/ENDPOINT/v6/eea_nt64_enu.msi"
AgentURL_32bit="hxxp://192.168.186.1/ERA/Standalone/Agent/Windows/Agent-6.1.444.0_x86.msi"
AgentURL_64bit="hxxp://192.168.186.1/ERA/Standalone/Agent/Windows/Agent-6.1.444.0_x64.msi"
HostnameServer="192.168.186.1"
ERAPort="2222"
AgentCert="Your BaseCode64 Agent Certificate"
CACert="Your BaseCode64 Authority Certificate"

Edit and change according to your server configuration.

 

post-1569-0-44788100-1433914329_thumb.png

 

Maybe this trick can helping sysadmin for deployment ESET more easier.

 

Notes : you must compile using autoit for get executable file

sourcecode.zip

Edited by mahiralkhoir
Link to comment
Share on other sites

Thanks for share,

I had to find another way to deploy instead of ERAS console too. :(

I just create an exe file with winrar and put inside an small script with the following instructions:

start /wait " " msiexec /i \\fileserver\sharename\agent.msi /qn TRANSFORMS=\\fileserver\sharename\agent.mst /li c:\agent.log

start /wait " " msiexec /i \\fileserver\sharename\endpoint.msi /qn /li c:\endpoint.log

Now you can deploy the exe (or the batch file) with pstools.

I have made successfully deployments with tools like: pstools, Active Directory-GPolicy and Lansweeper.

Note. In the ERAS guide you can find how to create the transform file.

Hope this can help.

Edited by ElJuan
Link to comment
Share on other sites

  • Solution

I know you can create MST transform and deploy through GPO or SCCM.

But if you dont have network with AD it can some trouble,

Anyway deployment with pstools its a good idea, thanks !

But, i missed offline package installation from ERA 5

 

 

 

This script contains 2 file agentcfg.ini and executable file.

[Config]
EndpointURL_32bit="hxxp://192.168.186.1/ENDPOINT/v6/eea_nt32_enu.msi"
EndpointURL_64bit="hxxp://192.168.186.1/ENDPOINT/v6/eea_nt64_enu.msi"
AgentURL_32bit="hxxp://192.168.186.1/ERA/Standalone/Agent/Windows/Agent-6.1.444.0_x86.msi"
AgentURL_64bit="hxxp://192.168.186.1/ERA/Standalone/Agent/Windows/Agent-6.1.444.0_x64.msi"
HostnameServer="192.168.186.1"
ERAPort="2222"
AgentCert="Your BaseCode64 Agent Certificate"
CACert="Your BaseCode64 Authority Certificate"

Edit and change according to your server configuration.

 

attachicon.gifv6-einstaller.png

 

Maybe this trick can helping sysadmin for deployment ESET more easier.

 

Notes : you must compile using autoit for get executable file

 

Edited by mahiralkhoir
Link to comment
Share on other sites

 

I know you can create MST transform and deploy through GPO or SCCM.

But if you dont have network with AD it can some trouble,

Anyway deployment with pstools its a good idea, thanks !

But, i missed offline package installation from ERA 5

 

 

 

This script contains 2 file agentcfg.ini and executable file.

[Config]
EndpointURL_32bit="hxxp://192.168.186.1/ENDPOINT/v6/eea_nt32_enu.msi"
EndpointURL_64bit="hxxp://192.168.186.1/ENDPOINT/v6/eea_nt64_enu.msi"
AgentURL_32bit="hxxp://192.168.186.1/ERA/Standalone/Agent/Windows/Agent-6.1.444.0_x86.msi"
AgentURL_64bit="hxxp://192.168.186.1/ERA/Standalone/Agent/Windows/Agent-6.1.444.0_x64.msi"
HostnameServer="192.168.186.1"
ERAPort="2222"
AgentCert="Your BaseCode64 Agent Certificate"
CACert="Your BaseCode64 Authority Certificate"

Edit and change according to your server configuration.

 

attachicon.gifv6-einstaller.png

 

Maybe this trick can helping sysadmin for deployment ESET more easier.

 

Notes : you must compile using autoit for get executable file

 

hello

it is not necessary AD for use Transform file and deploy.

 

and thanks for sharing your scripts :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...