WiX ServiceDependency for dynamically named services
Posted
by glenneroo
on Stack Overflow
See other posts from Stack Overflow
or by glenneroo
Published on 2010-04-13T12:58:50Z
Indexed on
2010/04/13
13:53 UTC
Read the original article
Hit count: 405
The target system will have a set of dynamically-named CORBA services installed that my own service is dependent on e.g.
IT iona_services.config_rep.VirtualXP-37192 cfr-DOMAIN
IT iona_services.event.VirtualXP-37192 DOMAIN
IT iona_services.ifr.VirtualXP-37192 DOMAIN
IT iona_services.locator.VirtualXP-37192 DOMAIN
IT iona_services.naming.VirtualXP-37192 DOMAIN
IT iona_services.node_daemon.VirtualXP-37192 DOMAIN
where "VirtualXP-37192" is the name of the PC.
Any ideas what i have to put into this line:
<ServiceDependency Id="IT iona_services.*" Group="yes" />
Will i need a custom action thingy to retrieve a list of installed services and search through those? Or is there a way in WiX to retrieve a list of services?
© Stack Overflow or respective owner