Application as NT service

A

arcpin

Hi all
i want to install my exe as a service.
I developed my exe in vb.net
So i need code in .net to convert any exe into service.
In short i want to install my application as nt service.
Can someone help me
Thanks in advance
 
C

Chris Dunaway

Hi all
i want to install my exe as a service.
I developed my exe in vb.net
So i need code in .net to convert any exe into service.
In short i want to install my application as nt service.
Can someone help me
Thanks in advance

When you create a new application, you need to use the Windows Service
template. Then use the install utility to install your service.

--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
 
K

Kapil Maheshwari

Yes there is a easy way to do this without diving into the service coding
nightmare.

http://www.codeproject.com/system/xyntservice.asp

Kapil Maheshwari


Chris Dunaway said:
Hi all
i want to install my exe as a service.
I developed my exe in vb.net
So i need code in .net to convert any exe into service.
In short i want to install my application as nt service.
Can someone help me
Thanks in advance

When you create a new application, you need to use the Windows Service
template. Then use the install utility to install your service.

--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
 

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