I want to install Component from Feature1only if another features (Feature2, Feature3...) will be installed. If only Feature1 will be installed This Component should not install.
I tried to write Condition for this Component as:
&Feature2>2.
But it didn't work. This Component don't installed in any case (install or not Feature2).
Anybode have any idea?
Thanks,