I'm trying to install a service with a pile of CORBA dependencies, 
which, unfortunately are dynamically generated and based on the name of 
the PC.

I've set my variables, e.g.

<?define ITCONFIG = IT iona_services.config_rep.$(env.COMPUTERNAME) 
cfr-DOMAIN ?>

Within my <ServiceInstall...> </ServiceInstall> block i have tried:

<ServiceDependency Id="[ITCONFIG]" />
and
<ServiceDependency Id="$(var.ITCONFIG)" />

...neither of which works.

To verify the variables, i tested $(var.ITCONFIG) in the ServiceInstall 
description argument and it was OK.

Any ideas?

-glenn

p.s. thanks Phil + Yan for the last answers! :)

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to