gpt4 book ai didi

windows - wix:卸载使用服务的应用程序需要重新启动?

转载 作者:可可西里 更新时间:2023-11-01 10:10:00 26 4
gpt4 key购买 nike

我们使用 Wix 开发了一个安装程序,在卸载我们的应用程序后,它建议我们重新启动计算机。这似乎是因为我们的应用安装了 Windows 服务。

有什么方法可以避免重启,也许我们有一些代码可以停止服务、取消注册等?

最佳答案

您需要使用 ServiceControl 元素:

<ServiceControl Id="ServiceController" Start="install" Stop="both" Remove="uninstall" Name="{NameOfYourService}"/>

这将:

  • 安装完成后启动服务
  • 安装和卸载时停止服务
  • 卸载时去掉服务

文档是 here如果您需要它们。

关于windows - wix:卸载使用服务的应用程序需要重新启动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2164161/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com