installUtil can not uninstall Windows Serivce created by vc++.net

G

Guest

-- created a .net windows service with c++, framework 1.1. It can only be
installed with ServiceName.exe -install in console window. But I can not
uninstall it.
According to documentation, I tried installUtil /u SerivceName.exe. But it
fails.
Any one has any help?
thanks!
 
K

Katy King

From: "=?Utf-8?B?ZGF2aWQtdGlnZXI=?=" <[email protected]>
| -- created a .net windows service with c++, framework 1.1. It can only
be
| installed with ServiceName.exe -install in console window. But I can not
| uninstall it.
| According to documentation, I tried installUtil /u SerivceName.exe. But
it
| fails.
| Any one has any help?

Try "ServiceName.exe -install /u"
C++ services are weird about calling InstallUtil directly.

Katy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top