WiX - Modifying an existing service to be dependent on the service I am installing
Posted
by Paul Nearney
on Stack Overflow
See other posts from Stack Overflow
or by Paul Nearney
Published on 2010-04-06T10:53:36Z
Indexed on
2010/04/07
2:03 UTC
Read the original article
Hit count: 581
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
© Stack Overflow or respective owner