ESET Insiders amityservice 0 Posted February 20, 2016 ESET Insiders Share Posted February 20, 2016 Dear all I just want to know that if we perform agent deploy task on client system then it require internet on client system or not Link to comment Share on other sites More sharing options...
ESET Staff MartinK 384 Posted February 20, 2016 ESET Staff Share Posted February 20, 2016 Dear all I just want to know that if we perform agent deploy task on client system then it require internet on client system or not Yes, both deployment using "Remote deployment task" and using "Live installer" will attempt to download installation packages from ESET repositories through HTTP proxy (if configured so). Link to comment Share on other sites More sharing options...
ESET Insiders amityservice 0 Posted February 21, 2016 Author ESET Insiders Share Posted February 21, 2016 ok thanks for information But if there is any other way to install client without internet connection. or Live installer will attempt to download installation packages from local server. Link to comment Share on other sites More sharing options...
ESET Staff MartinK 384 Posted February 21, 2016 ESET Staff Share Posted February 21, 2016 ok thanks for information But if there is any other way to install client without internet connection. or Live installer will attempt to download installation packages from local server. Live installer (for Windows) is technically a bat/vbscript script which downloads and runs installer with "bundled" parameters -> you may freely modify it to fit your needs (basic parameters as package URL or ERA connection parameters should be easily modifiable). Also there were multiple topics on this forum discussing specific scenarios. Link to comment Share on other sites More sharing options...
ESET Insiders amityservice 0 Posted February 22, 2016 Author ESET Insiders Share Posted February 22, 2016 (edited) thanks for information but i am ask about agent deploy task. i attach screen for this. for this task installer will attempt to download installation packages from local server? Edited February 22, 2016 by amityservice Link to comment Share on other sites More sharing options...
jimwillsher 65 Posted February 22, 2016 Share Posted February 22, 2016 Agent Installer is a batch file, You need to *somehow* get that batch file onto the client machine. If you want the agent insatller to download from a file share then you need to edit the file. For example: change: set url=hxxp://repository.eset.com/v1/com/eset/apps/business/era/agent/v6/6.3.136.0/Agent_x64.msiif defined IsArch_x86 ( set url=hxxp://repository.eset.com/v1/com/eset/apps/business/era/agent/v6/6.3.136.0/Agent_x86.msi) to set url="C:\Temp\Agent_x64.msi"if defined IsArch_x86 ( set url="C:\Temp\Agent_x86.msi") and change echo.On Error Resume Nextecho.packageLocation = DownloadUsingHTTPProxy^("!url!", "!http_proxy_hostname!", "!http_proxy_port!", "!http_proxy_username!", "!http_proxy_password!"^)echo.If packageLocation = "" Thenecho. packageLocation = DownloadUsingHTTPProxy^("!url!", "", "", "", ""^)echo.End Ifecho.On Error GoTo 0 to echo.On Error Resume Nextecho.packageLocation = !url!echo.On Error GoTo 0 (there's probably other ways to achieve the same result). Jim Link to comment Share on other sites More sharing options...
ESET Insiders amityservice 0 Posted February 22, 2016 Author ESET Insiders Share Posted February 22, 2016 (edited) thanks for information jim but i am asking about agent deploy task. i attach screen for this. for this task installer will attempt to download installation packages from local server? Edited February 22, 2016 by amityservice Link to comment Share on other sites More sharing options...
jimwillsher 65 Posted February 22, 2016 Share Posted February 22, 2016 No. it will download from ESET. UNLESS you change the batch file as I indicated. And yes, this is for deploying the agent but NOT the "agent deploy task" since that's active directory based. Link to comment Share on other sites More sharing options...
ESET Staff MartinK 384 Posted February 23, 2016 ESET Staff Share Posted February 23, 2016 thanks for information jim but i am asking about agent deploy task. i attach screen for this. for this task installer will attempt to download installation packages from local server? task.png Unfortunately remote deployment task will be downloading installer from ESET repositories and there is currently no way how to change it, especially in case Windows->Windows deployment is performed. Only options is using HTTP proxy - remote installed will use proxy parameters set in SERVER's configuration during task execution. Link to comment Share on other sites More sharing options...
ESET Insiders amityservice 0 Posted February 23, 2016 Author ESET Insiders Share Posted February 23, 2016 thank eset staff then it use internet by HTTP proxy in every agent deploy task or just one time?(once it download in first task on server HDD then use it ) Link to comment Share on other sites More sharing options...
ESET Staff MartinK 384 Posted February 24, 2016 ESET Staff Share Posted February 24, 2016 thank eset staff then it use internet by HTTP proxy in every agent deploy task or just one time?(once it download in first task on server HDD then use it ) It will be downloaded on each client separately (= it is so called "pull" remote installation). In case HTTP proxy is properly configured and visible/accessible by client computers, installer file should be cached during first download and re-used for all others. Link to comment Share on other sites More sharing options...
ESET Staff MichalJ 434 Posted February 24, 2016 ESET Staff Share Posted February 24, 2016 Maybe to ask another question, is there any specific use-case, where this scenario (caching of agent installers on Apache HTTP Proxy (or any proxy with enabled caching) is not optimal for your organization? Link to comment Share on other sites More sharing options...
ESET Insiders rekun 43 Posted February 26, 2016 ESET Insiders Share Posted February 26, 2016 Maybe you can use this:hxxp://support.eset.com/kb3677/?locale=en_US&viewlocale=en_US To store and install the agent from a local share Link to comment Share on other sites More sharing options...
Recommended Posts