WindowsIcon 2 150x150 Delete/uninstall windows service if files dont exist anymoreWhen 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
pixel Delete/uninstall windows service if files dont exist anymore