How do I set a dependency for a service in the WiX ServiceInstall attribute to depend on, for example, 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>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With