To resolve the issue, make sure the Device Install Service is enabled during installation of Deep Security Agents modules. Below are the Windows commands to enable and disable the Device Install Service.
- Enable and start
sc.exe config DeviceInstall start= demand
sc.exe start DeviceInstall - Disable and stop
sc.exe stop DeviceInstall
sc.exe config DeviceInstall start= disable