pstoric 0 Posted March 12, 2018 Share Posted March 12, 2018 We're using ESET Endpoint here at a small client without the ESET Remote Admin setup and I was trying to figure out how to update all the user workstations silently via the login script or .bat file. I grabbed the "eea_nt64_enu.msi" (6.6.2072.4) file via the website on one workstation as a test. Then I ran the following command C:\Users\UsersName\Desktop\eea_nt64_enu.msi /qb REBOOT="ReallySuppress" but instead of running silently, it popped the open file security window that I had to select yes on. Is there a better way to do this without any intervention from the end user? Link to comment Share on other sites More sharing options...
Administrators Marcos 5,406 Posted March 22, 2018 Administrators Share Posted March 22, 2018 I've made a test and running the following works provided that the installer is run as an administrator: eea_nt64_enu.msi /qn REBOOT="ReallySuppress" Link to comment Share on other sites More sharing options...
ESET Staff MartinK 384 Posted March 22, 2018 ESET Staff Share Posted March 22, 2018 Adding parameter INSTALLED_BY_ERA=1 should suppress specific post-installation popup windows (activation and network). It will actually behave as if product has been installed using ERA. Link to comment Share on other sites More sharing options...
Recommended Posts