I apologize in advance if this has been asked;
I am having dificulty getting ClamAV service to run on Windows server 2012. I followed the steps outlined in this document https://www.google.com.au/url?sa=t&rct= ... 5398,d.aGc as good as could, I have been reading 100s of hMail forum posts and everything refers to a link that does not work.
So I downloaded http://sourceforge.net/projects/clamav/ ... i/download and ran it; I installed it in c:\ClamAV\ then followed the document to create the service and apply the registry changes.
I even went as far as to create my own version of scvtimeout.bat
Code: Select all
@echo off
if \{%1\}==\{\} @echo Syntax: SvcTimeOut TimeOutMilliseconds&goto :EOF
@echo REG ADD "HKLM\SYSTEM\CurrentControlSet\Control" /V ServicesPipeTimeout /T REG_DWORD /F /D %1
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control" /V ServicesPipeTimeout /T REG_DWORD /F /D %1
when I attempt to start the ClamAV and FreshClam services i get the following message:
"Windows could not start the ClamAV service on Local Computer.
Error 1053: The service did not respond to the start or control request in a timely fashion."
does anyone have any idea as to what the problem is?