Application as NT service

  • Thread starter Thread starter arcpin
  • Start date Start date
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
 
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.
 
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.
 
Back
Top