-- 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!
--
davidxyz
davidxyz

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

katyk
Tue Mar 29 17:39:05 CST 2005

From: "=?Utf-8?B?ZGF2aWQtdGlnZXI=?=" <davidtiger@discussions.microsoft.com>
| -- 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