Re: [WiX-users] Adding feature dependency

2013-02-06 Thread Tal Maoz
Thanks for the help! I followed Nick's advice and it seems to be working nicely. Tal. On Wed, Feb 6, 2013 at 1:46 AM, Nick Ramirez wrote: > It's acceptable to include the same components (your Java components) in > two > different features. > > > > -- > View this message in context: > http://

Re: [WiX-users] Adding feature dependency

2013-02-05 Thread Nick Ramirez
It's acceptable to include the same components (your Java components) in two different features. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Adding-feature-dependency-tp7583348p7583384.html Sent from the wix-users mailing list archive at Nabbl

Re: [WiX-users] Adding feature dependency

2013-02-05 Thread Rob Hamflett
You could make the Perl feature a child of the Java feature. It might look a little strange on the Feature selection tree, but it should work. Rob On 04/02/2013 09:34, Tal Maoz wrote: > Hello all, > > I'm trying to add a feature dependency into an installer and I can't find > how to do this. >