如何手动安装EPiServer调度服务

发布于 2024-09-18 05:39:59 字数 335 浏览 3 评论 0原文

我正在尝试使用 installutil 在 Web 服务器上手动安装 EPiServer 调度程序服务。

我在命令提示符下运行此命令: C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\installutil D:\EPiServerSchedulerService\EPiServer.SchedulerSvc.exe

并得到错误: 在 D:\EPiServerSchedulerService\EPiServer.SchedulerSvc.exe 程序集中找不到具有 RunInstallerAttribute.Yes 属性的公共安装程序。

I'm trying to manually install the EPiServer scheduler service on a web server using installutil.

I run this at the command promp:
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\installutil D:\EPiServerSchedulerService\EPiServer.SchedulerSvc.exe

And get an error:
No public installers with the RunInstallerAttribute.Yes attribute could be found in the D:\EPiServerSchedulerService\EPiServer.SchedulerSvc.exe assembly.

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

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

发布评论

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

评论(1

吲‖鸣 2024-09-25 05:39:59

事实证明,无法使用 installutil 执行此操作,该服务不支持它。我使用了 EPiServerShared.msi 安装程序,它包含在 EPiServer CMS 下载中。

我写了 一篇快速博客发布相关内容

It turns out it's not possible to do this with installutil, the service doesn't support it. I used the installer EPiServerShared.msi which is included with the EPiServer CMS downloads.

I wrote a quick blog post about it.

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