安装Windows服务后重新启动计算机

发布于 2024-11-09 02:26:32 字数 84 浏览 0 评论 0原文

我使用 Inno Setup 创建了一个安装程序,并包含了我创建的 Windows 服务的安装。安装后需要重启电脑吗?即使我已经安装并启动该服务没有问题?

I created an installer using Inno Setup and I include installation of the windows service that I created. Is it necessary to restart computer after installation? even though I have already installed and started the service without problem?

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

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

发布评论

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

评论(1

起风了 2024-11-16 02:26:32

您可能已经弄清楚了这一点,但这不是必需的。注册表已编辑且服务已安装,因此您可以开始使用了。唯一需要注意的是,该服务在安装后不会自动启动,因此即使启动类型已设置为“自动”,您也必须手动启动它。当 Windows 重新启动时,该服务将自动启动。

You probably already figured this out, but it's not necessary required. The registry is edited and the service is installed, so you're ready to go. The only note is that the service won't start automatically after installation so you'll have to start it manually even if the startup type has been set to Automatic. When windows reboots, the Service will start automatically.

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