Create Service
-
Hi All, I want to create Service through my C# application. The service exe could be VC or C++ exe. I dont want to use InstallUtil.exe to create service. Thanking You, Sunil G.
Sunil G wrote:
I want to create Service through my C# application.
If you mean that you want to write a service in C# there are many articles around to help you.
Sunil G wrote:
The service exe could be VC or C++ exe.
This makes no sense; please clarify.
Sunil G wrote:
I dont want to use InstallUtil.exe to create service.
What do you want to use?
MVP 2010 - are they mad?
-
Sunil G wrote:
I want to create Service through my C# application.
If you mean that you want to write a service in C# there are many articles around to help you.
Sunil G wrote:
The service exe could be VC or C++ exe.
This makes no sense; please clarify.
Sunil G wrote:
I dont want to use InstallUtil.exe to create service.
What do you want to use?
MVP 2010 - are they mad?
-
Hi All, I want to create Service through my C# application. The service exe could be VC or C++ exe. I dont want to use InstallUtil.exe to create service. Thanking You, Sunil G.
You can use other installers for your service. I use Wix for mine.