Hi, I used installUtil manually install and uninstall my windows service. Uninstall (installUtil /u Mywinservice.exe) was successful, however, I got an error "The specified service has been marked for deletion." when I tried to resinstall. Please help me. Hope.
barkingaccount wrote: > Hi, > I used installUtil manually install and uninstall my windows service. > Uninstall (installUtil /u Mywinservice.exe) was successful, however, I got > an error "The specified service has been marked for deletion." when I tried > to resinstall. > Please help me. > Hope. Uninstall can not actually remove the service unless it is stopped. This is resolved at next boot. You won't be able to reinstall again until the marked service has been removed. If you manually stop the service before manually uninstalling it, then you won't have to manually reboot. - Lee