WiX - Modifying an existing service to be dependent on the service I am installing
- by Paul Nearney
Hi all,
Using Wix3, its trivial to ensure that a windows service being installed is given a dependency on a service that is already installed on the target machine, but I need to do the opposite - i.e. as part of my install I need to modify the service dependencies of an existing service (i.e. already installed on the target machine), to ensure that that service is dependent on the service I am installing.
Is there a simple way to do this using WiX? or will I need to write a custom action?
Many thanks,
Paul