S softwaresudhir Mar 12, 2007 #1 Hello, How to create/install & start windows service? Thanks sharwan
I Ignacio Machin \( .NET/ C# MVP \) Mar 12, 2007 #3 Hi, Hello, How to create/install & start windows service? Thanks sharwan Click to expand... Sorry for sending an empty message You need to include an installer in your service, later add a Setup project to the solution and add the primary output of your service. IIRC there is an article in MSDN that follow the above process and explain it in details
Hi, Hello, How to create/install & start windows service? Thanks sharwan Click to expand... Sorry for sending an empty message You need to include an installer in your service, later add a Setup project to the solution and add the primary output of your service. IIRC there is an article in MSDN that follow the above process and explain it in details