Jump to content

Install ESET EndPoint in D:\ Directory


CallumD
Go to solution Solved by Marcos,

Recommended Posts

Hello people, please help me in getting a nagging problem fixed. I am deploying ESET endpoint through SCCM & in the task sequence I have applied a script which reads as below;

 

@echo off
@echo Installing ESET Endpoint Antivirus
@msiexec /i "eea_nt64_enu.msi" ADMINCFG="Policy.xml" APPDIR="D:\ESET" REBOOT="ReallySuppress" /qn
 
But when I log on to my computer, I don't see ESET installed. Not too sure where I am going wrong. Help!!
The same script, if I have the contents copied to a computer works.
 
Update: tried installing to default directory using SCCM task sequence but failed, used script based installation
 
@echo off
@echo Installing ESET Endpoint Antivirus
@msiexec /i "eea_nt64_enu.msi" ADMINCFG="Policy.xml" APPDIR="C:\ESET" REBOOT="ReallySuppress" /qn
 
Why won't ESET be deployed?
 
Edited by CallumD
Link to comment
Share on other sites

  • Administrators
  • Solution

Installation via the above mentioned batch file worked fine on Windows XP. Couldn't it be a problem of rights / UAC as administrator rights are required for installation?

Link to comment
Share on other sites

  • 4 months later...
  • ESET Insiders

Installation via the above mentioned batch file worked fine on Windows XP. Couldn't it be a problem of rights / UAC as administrator rights are required for installation?

Local setup installed the Endpoint Client with some errors in components

ADMINCFG propertty was ignored or ????

This under Windows 8

Edited by toxinon12345
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...