When you want to delete/uninstall a Windows Service and the files don’t exist anymore, installutil won’t work.
Instead you need to use sc.
Example:
sc delete
Follow Me!