Перейти к основному содержанию.
| Предидущая страница»

Another list of top anti-virus vendors


AV-Test.org
  1. ALADDIN (Israel)
  2. ALWIL SOFTWARE (Czech Republic)
  3. ARCABIT (Poland)
  4. AUTHENTIUM (United States of America)
  5. AVG TECHNOLOGIES (Czech Republic)
  6. AVIRA(Germany)
  7. BITDEFENDER (Romania)
  8. CA (United States of America)
  9. CENTRAL COMMAND (United States of America)
  10. CHECK POINT SOFTWARE (United States of America)
  11. CLAM TEAM (Poland)
  12. CYBERDEFENDER (United States of America)
  13. CYBERSOFT (United States of America)
  14. DOCTOR WEB (Russian Federation)
  15. ESET (Slovak Republic)
  16. F-SECURE (Finland)
  17. FORTINET (United States of America)
  18. FRISK SOFTWARE (Iceland)
  19. G DATA (Germany)
  20. GFI SOFTWARE (United Kingdom)
  21. HAURI (Republic of Korea)
  22. IKARUS SOFTWARE (Austria)
  23. KASPERSKY LAB (Russian Federation)
  24. MCAFEE (United States of America)
  25. MESSAGELABS (United States of America)
  26. MICROSOFT (United States of America)
  27. MKS (Poland)
  28. NORMAN (Norway)
  29. PANDA SECURITY (Spain)
  30. PC TOOLS (Australia)
  31. PREVX (United Kingdom)
  32. PROLAND (India)
  33. QUICK HEAL TECHNOLOGIES (India)
  34. RISING (China)
  35. S.N SAFE & SOFTWARE (Russian Federation)
  36. SAFER NETWORKING (Ireland)
  37. SECURE COMPUTING (United States of America)
  38. SOPHOS (United Kingdom)
  39. STEGANOS (Germany)
  40. SYMANTEC (United States of America)
  41. TREND MICRO (Japan)
  42. VIRUSBUSTER (Hungary)
  43. WEBROOT SOFTWARE (United States of America)
^ TOP

24/08/2009 - без комментариев

Unattended installation: BitDefender Antivirus 2009


This can be done using standard setup.exe /qb /passive REBOOT=ReallySuppress call with further reboot with shutdown -r if two issues are addressed.
The first issue is that there is no "official" feature to preconfigure BitDefender and use stored configuration as this forum topic еxplains. However, it is easy to find that BitDefender stores its configuration in a bunch of XML and INI files in its installation folder (something like C:\Program Files\BitDefender\BitDefender 2009). It is possible to store these files and copy them to the new host during installation thus overwriting default settings.

The second issue is that even if silent installation of BitDefender 2009 is run it registers itself to run GUI at startup. This can be avoided removing BitDefender key from CurrentVersion\Run. Something like:
REG DELETE HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v BDAgent /f
REG DELETE HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v "BitDefender Antiphishing Helper" /f
REG DELETE HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v BDWizReg /f


All tests where performed for version 7.26473. ^ TOP

18/07/2009 - 2 комментария

Unattended installation: AVG Anti-Virus 8.5


Some thoughts are here and here: page 1, page 2, page 3

Generalized approach is to use /LOG:<log file name> option for the first run. The log file will contain a bunch of fea_AVG_xxx options which can be turned on/off using /ADD_FEATURE or /REMOVE_FEATURE directives.

No idea how to set configuration (scheduled tasks and user interface) yet.

Version 8.5.535.

^ TOP

15/06/2009 - 3 комментария

Unattended installation: Eset NOD32 Antivirus 4.0


Some ideas are provided at MSFN forum topic.

msiexec.exe /passive /promptrestart /i "eav_nt32_enu.msi" ADMINCFG="<full path to config.xml>"

Meaning of /passive, /promptrestart and /i is expained if you run msiexec /help. ADMINCFG sets NOD32 automatic configuration options. To create it you need to have NOD32 installed, set up it as you like and export options to file. You really need to provide full path to config.xml or dig into msiexec behavior to find what is its working directory.

However, there is no way to make installation silent if another antivirus program is already installed. If so and NOD32 install is running passive, it displays message box saying "1" and terminates. This behaviour can be masked only by msi transformation that disables actions related to competeing products.

If you have such transformation the final command line is

msiexec.exe /passive /promptrestart /i "eav_nt32_enu.msi" ADMINCFG="<full path to config.xml>" TRANSFORMS="<full path to transformation.mst>

Once again, full path is required both for ADMINCFG and for TRANSFORMS. You can also use /t switch instead of TRANSFORMS.

Version 4.0.314.0.
^ TOP

13/06/2009 - 1 комментарий

Unattended installation: Kaspersky Anti-Virus 6.0 for Windows Workstations


Unattended installation KB article at Kaspesky Lab FAQ

Some notes: All tests where performed for MP3. (version 6.0.3.837) ^ TOP

13/06/2009 - 1 комментарий

| Предидущая страница»