Jump to content

CallumD

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by CallumD

  1. 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?
     
×
×
  • Create New...