Groups | Blog | Home
all groups > dotnet myservices > july 2005 >

dotnet myservices : Error re-install windows service.


barkingaccount
7/16/2005 5:00:22 PM
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.

Lee Gillie
7/19/2005 9:09:28 AM
[quoted text, click to view]

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.

AddThis Social Bookmark Button