CallumD 0 Posted July 9, 2013 Share Posted July 9, 2013 (edited) 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 July 11, 2013 by CallumD Link to comment Share on other sites More sharing options...
Administrators Solution Marcos 4,919 Posted July 11, 2013 Administrators Solution Share Posted July 11, 2013 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 More sharing options...
ESET Insiders toxinon12345 32 Posted November 28, 2013 ESET Insiders Share Posted November 28, 2013 (edited) 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 November 28, 2013 by toxinon12345 Link to comment Share on other sites More sharing options...
Recommended Posts