HDM 0 Posted September 30, 2013 Posted September 30, 2013 (edited) Hi, good afternoon. I'm having a problem regarding console's package manager command line options, i add the tag "REMOVE" and also the tag "/qb!" to remove the Firewall, antispam and http filtering capabilities in the ESET Endpoint Security package and to get it to run in the background without anything popping but it's not working, could you point me in the right direction? Thanks in advance. This are the options I'm using: /qb! REMOVE=Firewall,AntiSpam,eHttpServer ------ edit: I forgot to add, i have a ton of clients, the deployment will be remote, therefore its not possible to go and manually remove the modules in the advanced instalation tab in each workstation, i would really love a console alternative. Thanks Edited September 30, 2013 by HDM
PatrickL 21 Posted October 1, 2013 Posted October 1, 2013 HDM, I believe ths issue lies in the case sensitivity. I would use this as your switch inside ERA (I changed it a bit to allow for management of the restart and also to have a quiet install, per your notes). I ran this on a lcoal VM to confirm success. /qn REBOOT='ReallySuppress" REMOVE=Firewall,Antispam,eHttpServer /qn will have a quiet install REBOOT will have the software NOT restart upon completion of installation 9can change to force if you want to make the machine restart upon completion of installation REMOVE is extremely sensitive to case. I believe the S in spam being capital was ruining your install string. Patrick
HDM 0 Posted October 1, 2013 Author Posted October 1, 2013 Hi, I've solved the issue taking the following in consideration: - The options described above fit only to the remote instalation of the package, they're not suitable to the instalation trough "double click" manual instalation, if you create a package (.exe) and try to execute it on a client manually the options described above will not take effect since they must be added manually in the "Execute" window. - I've tested using remote instalation of the package trough the console and it works, it removes the modules and performs a quiet instalation. But only remote. That solves my needs, I'll be using remote instalation. Thank you Patrick. You may close the thread.
Recommended Posts