Jump to content

SilverFox

Members
  • Posts

    1
  • Joined

  • Last visited

About SilverFox

  • Rank
    Newbie
    Newbie

Profile Information

  • Location
    USA
  1. I have a batch file that I am creating to auto remove the following products: #1: ESET Management Agent #2: ESET EndPoint Antivirus The following command line works, but it repairs the existing product, it does not remove it: msiexec /i "C:\ProgramData\ESET\ESET Security\Installer\eea_nt64_enu.msi" /qb! PASSWORD="password123" I just need the last parameter that goes with the "REMOVE" option; for example: msiexec /i "C:\ProgramData\ESET\ESET Security\Installer\eea_nt64_enu.msi" /qb! PASSWORD="password123" REMOVE=Eset Management Agent, ESET Endpoint Antivirus
×
×
  • Create New...