If you do encounter VDM installation issues, here are some steps that can help to troubleshoot and find a resolution.
Before going further, make sure the issue is not related Antivirus “FALSE POSITIVES”, which can be checked via VirusTotal, for example.
Message “VDM is incorrectly installed” is usually associated with VDM service “TeknicaVdmSvc” not running:
A few way to check service status:
- Use Services applet
- Use Service Control Manager utility “SC.exe” at command-line.
Find “Teknica VDM Service” in Services applet and check if it is running, if not – try to start:
The same via elevated command-line after running status check:
SC QUERYEX TeknicaVdmSvc
To start service from command-line:
SC START TeknicaVdmSvc
In case there was an error in starting VDM services, there are 3 options:
- Reinstall VDM (reboot required)
- With existing installation re-run VDM service registration via VdmSerup.exe utility
- Use SC.exe command with existing installation present
#1 is self-explanatory.
#2 Steps with VdmSerup.exe using command-line (elevation is automatic):
Unregister and register service from “C:\Program Files (x86)\VDM\System32\” folder for 64-bit windows, “C:\Program Files\VDM\System32\” on 32-bit:
VdmSerup.exe -u VdmSerup.exe -i
#3 is the most comprehensive, though the most reliable. Here are the steps:
First remove:
SC STOP TeknicaVdmSvc SC DELETE TeknicaVdmSvc
Register again and start (make sure to keep all quotation marks as prescribed:
SC create TeknicaVdmSvc binpath= "\"C:\Program Files (x86)\VDM\System32\VdmSvc64.exe\"" displayname= "Teknica VDM Service" SC CONFIG TeknicaVdmSvc start= auto SC description TeknicaVdmSvc "Teknica VDM Service" SC START TeknicaVdmSvc
PS. As mentioned at the beginning, installation issues can be related to Antivirus “FALSE POSITIVES” behaviour. Make sure to check that all VDM service files are located in “C:\Program Files (x86)\VDM\System32\” folder on 64-bit Windows (“C:\Program Files\VDM\System32\” on 32-bit) and were not removed by local Antivirus software. All the files should by signed by Teknica Software Inc certificate with additional Microsoft signatures for “*.sys” files. Here are all VDM service related files at the time of this writing: