使用 MSDeploy 从包安装 Windows 服务

发布于 2024-09-12 00:38:09 字数 241 浏览 4 评论 0原文

我读过可以利用 MSDeploy 在远程计算机上安装 Windows 服务甚至性能计数器的地方。我了解如何使用 MSDeploy 从源目录“同步”到目标目录来完成此操作。有没有某种方法可以让源实际上是 .zip 文件本身包含的二进制文件,以便可以将 .zip 复制到远程计算机上,然后执行 msdeploy?如果是这样,如何从manifest.xml 中引用源目录?除了传统的网站和数据库部署之外,似乎没有大量关于 MSDeploy 的文档。任何有用的链接将不胜感激。

I've read where it's possible to utilize MSDeploy to install windows services or even performance counters on a remote machine. I see how this can be accomplished using the MSDeploy "sync" from a source directory to a destination directory. Is there some way of actually having the source be the binaries contained within the .zip file itself so the .zip can be copied onto the remote machine and then execute msdeploy? If so, how is the source directory referenced from within the manifest.xml? There doesn't seem to be a large amount of documentation on MSDeploy aside from traditional web site and database deployment. Any helpful links would be appreciated.

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

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

发布评论

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

评论(1

面如桃花 2024-09-19 00:38:09

您可以使用 MSDeploy 调用 installutil 来安装服务,如此处

You can use MSDeploy to call installutil in order to install the service, as discussed here.

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