Jump to content

ESET Agent Live Installer


Recommended Posts

  • Administrators

URL is not set correctly:

1, you have a space in the folder name but you didn't bound it by speech marks

2, a unc path should start with file://\\server\...

Link to comment
Share on other sites

Sir, I set the URL url=file://\\svr\....

folder name is no space.

then, i run another pc Agent Live Installer.bat

but error message is appear. i attach is below:

My Actual Mechine is SVR2008R2 SP1

My VMware Workstation Version is 11, Guest Operating System is Windows 7

Please give me advice!!!!

Thanks and best regards

Thiha

EraAgentInstaller.rar

Link to comment
Share on other sites

Look at the URL in your agent installer file.

 

Copy it to clipboard

 

Paste it into a browser.

 

 

Does it run?

 

 

There is another post on this forum - one of mine - which says which lines to change in order to use a local installer. I'll try to find it.

Link to comment
Share on other sites

These are the lines to change - at least, these are the ones that I change when I need to do it

 

 

 

set url=hxxp://repository.eset.com/v1/com/eset/apps/business/era/agent/v6/6.2.171.0/Agent_x64.msi
if defined IsArch_x86 (
  set url=hxxp://repository.eset.com/v1/com/eset/apps/business/era/agent/v6/6.2.171.0/Agent_x86.msi
)
 

becomes

 

set url="C:\Temp\xxxx_x64.msi"
if defined IsArch_x86 (
  set url="C:\Temp\xxxx_x86.msi"
)
 

or for a UNC path

 

set url="\\Server\Share\xxxx_x64.msi"
if defined IsArch_x86 (
  set url="\\Server\Share\xxxx_86.msi"
)
 

 

 

AND then replace this:

 

echo.On Error Resume Next
echo.packageLocation = DownloadUsingHTTPProxy^("!url!", "!http_proxy_hostname!", "!http_proxy_port!", "!http_proxy_username!", "!http_proxy_password!"^)
echo.If packageLocation = "" Then
echo.    packageLocation = DownloadUsingHTTPProxy^("!url!", "", "", "", ""^)
echo.End If
 

 

with this:

 

echo.On Error Resume Next
echo.packageLocation = !url!
echo.On Error GoTo 0
 

 

 

 

 

Jim

 

PS Edit your files in something like UltraEdit. The ESET-supplied files don't have Windows-friendly line endings so it's horrible to edit. UltraEdit sorts that for you.

Link to comment
Share on other sites

i don't know bro. i will try the this links instrucitons

hxxp://help.eset.com/era_admin/62/en-US/

nothing do.

 

i try the you say instructions above post.

:( not fix.

 

I want :

1.How to Deployement ERA Agent Liveinstaller.bat for my network (without download from ERA Server for Agent_x64.msi and Agent_x86.msi) PS: my country connection is very slow.

2.How to configure Agent Live Installer.bat (local share folder)

Sorry for my bad english.

Thanks and best regards.

Link to comment
Share on other sites

I run the modified batch file from a simple command prompt, i get the "Windows Installer Error Message" is appear

This installation package could not be opened.Contact the application vendor to verify that this is a valid Windows Installer package.

My local shared folder is full access permission on everyone.

e.g : \\svr\shared\Agent_x64.msi

post-9065-0-94114900-1444017162_thumb.jpg

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