Setup and Deployment does not work

Posted by cmrhema on Stack Overflow See other posts from Stack Overflow or by cmrhema
Published on 2010-02-05T01:59:37Z Indexed on 2010/05/14 17:44 UTC
Read the original article Hit count: 226

Filed under:
|
|
|

Hi, I am working on VS 2008 and 3.5 framework. I had three windows services. I placed all three in a single solution, created installer individually for each of them. Then created a setup project. When I build it says build failed . But I checked on the errorlist, (i enabled the diagnostics in options menu), but there was no error at all. I went ahead and installed. There were no issues, But there was no service showed up in the services.msc.

I installed each service individually , using installutil command, it showed up. But my requirement is to bundle these services and deploy to the client. The client should install it.

Where am I going wrong. Any inputs will be highly appreciated.

Regards cmrhema

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#