开发者

Installing windows service in different machine

开发者 https://www.devze.com 2023-02-12 18:57 出处:网络
Context: I have 开发者_StackOverflowdeveloped a windows service in visual studio 2010 (c#) which opens an excel file and close after saving it.

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

精彩评论

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

关注公众号