To configure virus databases and Dr.Web Anti-virus components update parameters, use drwupsrv.bat file. This file is located in Dr.Web Anti-virus installation folder. Commands included in this file are executed while running Doctor Web for Exchange Update Task in Windows Task Scheduler.
To configure update settings, specify required parameters for - c update and - c postupdate commands.
- c update command parameters
- c update command updates virus databases and Dr.Web Anti-virus components.
Parameter
|
Description
|
--type arg
|
Type of update:
• | update-revision - try to update all components of the current revision to the newest if exists. |
|
--disable-postupdate
|
Post-update is disabled. Work of update module will be stopped when the update operation has completed.
|
--verbosity arg
|
Log level:
|
--interactive
|
If parameter is specified, more resources will be used during execution of some operations.
|
--param args
|
Additional parameters passed to the script:
Format: <name>=<value>.
Default value is "plugin=exchange".
|
-n [ --component ] arg
|
List of the components that need to be updated:
• | updater - drwupsrv.exe file; |
• | antispam - vrcpp.dll file; |
• | scan-engine - dwengine.exe, ccsdk.dll, dwsewsc.exe, dwinctl.dll, dwarkdaemon.exe, arkdb.bin, dwqrui.exe and dwarkapi.dll files; |
• | av-engine - virus databases ( *.vdb files); |
• | exchange-plugin-setup - exchange-setup.exe file. |

|
Several components can be updated simultaneously, e.g.:
-n av-engine updater
|
|
-g [ --proxy ] agr
|
Proxy server for updating. <address>:<port>.
|
-u [ --user ] agr
|
Username for proxy server.
|
-k [ --password ] arg
|
Password for proxy server.
|
Example of - c update command for updating virus databases using proxy server:
-c update --type=update-revision --disable-postupdate --verbosity=debug --interactive --param="plugin=exchange" -n av-engine --proxy=192.168.134.128:808 --user=qwerty --password=qwerty
- c postupdatе command parameters
- c postupdatе command post-updates virus databases and Dr.Web Anti-virus components.
Parameter
|
Description
|
--verbosity arg
|
Log level:
|
--interactive
|
If parameter is specified, more resources will be used during execution of some operations.
|
--param arg
|
Additional parameters passed to the script:
Format: <name>=<value>.
Default value is "plugin=exchange".
|
- c postupdatе command example:
-c postupdate --verbosity=debug --interactive --param="plugin=exchange"
|