开发者

Installing windows service in different machine

Context: I have 开发者_StackOverflowdeveloped a windows service in visual studio 2010 (c#) which opens an excel file and close after saving it.

Question: Is it possible to create any .exe file for this windows service? or How to install this service to another computer where visual studio is not installed. But I need to run this service in another computer where vidual studio is not installed.

thanks, pointtoshare


You can add a setup project to your solution and package the service into it.

Walkthrough on MS KB

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜