MSDeploy to install windows service?

后端 未结 3 453
走了就别回头了
走了就别回头了 2021-02-04 00:33

We have a website which publishes events using NServiceBus. The site is deployed using msdeploy. We also have the NServiceBus.exe which should run as a windows service to subs

3条回答
  •  -上瘾入骨i
    2021-02-04 01:05

    I recently did this using MSDeploy, Phantom and installUtil.exe

    You just basically need to modify your installer class and elevate your remote wmsvc service privileges if needed.

    Link to blog

提交回复
热议问题