I am trying to make simple Windows intaller, and I don\'t know how to deal with this.
I have two features - feature1 and feature2. I want feature2 to be installed only if th
Have you considered making feature1 the parent of feature2? Then feature2 can't be installed unless feature1 will also be installed. No condition necessary.