Jump to content

mahiralkhoir

Members
  • Posts

    27
  • Joined

  • Days Won

    1

Posts posted by mahiralkhoir

  1. 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

×
×
  • Create New...