Create service installer for existing C# console application in Visual Studio 2015 Community

末鹿安然 提交于 2019-12-11 06:25:40

问题


I have an app (C# Console application).
I know that in Visual Studio 2008 was the template for creating "Setup project".
In Visual Studio 2015 Community this template is not available.

What tools inside VS 2015 could help me to pack my app as a Windows service (within Windows 7) and create installer for it?


回答1:


You may want to check out this extension for vs2k15:
https://visualstudiogallery.msdn.microsoft.com/f1cc3f3e-c300-40a7-8797-c509fb8933b9

Also the learning curve is a bit steep but WiX is widely accepted as a very good solution for creating installers for windows apps. Read more about it here:

http://wixtoolset.org/



来源:https://stackoverflow.com/questions/39778460/create-service-installer-for-existing-c-sharp-console-application-in-visual-stud

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!