Windows 服务安装项目

发布于 2024-11-01 18:43:11 字数 312 浏览 1 评论 0原文

我正在尝试为 Windows 服务创建一个设置项目。我已经关注 这个教程和许多其他教程都喜欢,但是在安装我的服务后,我仍然看不到该服务。我已将服务的主要输出添加到应用程序目录,并创建了一个自定义操作以在安装、提交、回滚和卸载中包含此输出。

它声称它安装正确。

这应该有效吗?我还可以尝试安装其他任何东西吗?

I’m trying to create a set-up project for a windows service. I’ve followed this tutorial and many others like it but, after installing my service, I still can’t see the service. I’ve added the primary output of the service to the application directory and created a custom action to include this output on Install, Commit, Rollback and Uninstall.

It claims that it installs correctly.

Should this work? Is there anything else that I can try to get this to install?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ぃ弥猫深巷。 2024-11-08 18:43:11

您是否为您的服务创建了安装程序?它与安装项目是分开的。

请参阅:http://msdn.microsoft.com/en-us /library/system.serviceprocess.serviceinstaller.aspx

您可以通过右键单击服务的设计窗口并选择添加安装程序来创建安装程序。

Did you create an installer for your service? It is separate from a Setup Project.

See: http://msdn.microsoft.com/en-us/library/system.serviceprocess.serviceinstaller.aspx

You can create an Installer by right-clicking on your service's Design window and selecting Add Installer.

原来分手还会想你 2024-11-08 18:43:11

就我而言,添加安装程序是第一步,如 dhirschl 的答案所述。然后我需要将自定义操作添加到设置项目中。

右键单击安装项目/视图/自定义操作

,然后将主要输出添加到那里的每个文件夹。

来源

In my case, adding the installer was a first step as described by dhirschl's answer. I then needed to add custom actions to the setup project.

Right click the setup project/view/custom actions

then add the primary output to every folder there.

Source

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文