Two thoughts Jim..
- The .conf files are very different (more Windows user friendly). Be sure to use the new ones.
- There's a dependency on Visual C++ 2015 Redistributable (v14) runtime library files (.dll's). Unfortunately, they no longer package them in the .msi. To install them you must either run the setup.exe (included in the .zip) or track them down manually.
I went the manual route but there's probably no benefit to being as anal as I am about avoiding installation of Visual C. If you opt to go this route, running clamd will trigger an error about a missing .dll. The error shows the file name. This will happen twice (two .dll files are needed). I copied them from a different PC that had that version of Visual C installed. The installer puts them in \system32 but I put them in \system just to keep them separate from "installed" files.
<p>Two thoughts Jim..
</p><p>- The .conf files are very different (more Windows user friendly).&nbsp; Be sure to use the new ones.
</p><p>- There's a dependency on Visual C++ 2015 Redistributable (v14) runtime library files (.dll's).&nbsp; Unfortunately, they no longer package them in the .msi.&nbsp; To install them you must either run the setup.exe (included in the .zip) or track them down manually.&nbsp; </p><p>I went the manual route but there's probably no benefit to being as anal as I am about avoiding installation of Visual C.&nbsp; If you opt to go this route, running clamd will trigger an error about a missing .dll.&nbsp; The error shows the file name.&nbsp; This will happen twice (two .dll files are needed).&nbsp; I copied them from a different PC that had that version of Visual C installed.&nbsp; The installer puts them in \system32 but I put them in \system just to keep them separate from "installed" files.
</p>