gpt4 book ai didi

WiX 服务安装服务依赖

转载 作者:行者123 更新时间:2023-12-04 01:54:42 25 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





wix service dependencies

(1 个回答)


5年前关闭。




如何在 WiX ServiceInstall 属性中为服务设置依赖项以依赖于,例如,LmHosts

最佳答案

<ServiceInstall Id="ServiceNameId" Type="ownProcess" Name="ServiceName"
DisplayName="Service Display Name"
Description="Service Description" Start="auto" Account="LOCALSYSTEM"
ErrorControl="normal">
<ServiceDependency Id="LmHosts" />
</ServiceInstall>

关于WiX 服务安装服务依赖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14339794/

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