例如,如何将WiX ServiceInstall属性中的服务的依赖项设置为依赖于LmHosts
发布于 2013-01-15 22:24:15
<ServiceInstall Id="ServiceNameId" Type="ownProcess" Name="ServiceName"
DisplayName="Service Display Name"
Description="Service Description" Start="auto" Account="LOCALSYSTEM"
ErrorControl="normal">
<ServiceDependency Id="LmHosts" />
</ServiceInstall>https://stackoverflow.com/questions/14339794
复制相似问题