简体   繁体   English

如何为使用C ++内置的Windows服务创建安装程序

[英]How to create an installer for windows service built in C++

I want to create an installer for windows service built in C++. 我想为C ++内置的Windows服务创建安装程序。 I have followed this article to create the Service. 我按照这个文章来创建服务。 I have 3 win32 console application in my solution. 我的解决方案中有3个win32控制台应用程序。 one for installation , one for uninstallation and one that does the actual work. 一个用于安装,一个用于卸载,另一个用于实际工作。

我必须谦虚地推荐WiX(Windows Installer XML Toolset)来满足您的所有安装程序需求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM