I have a component that needs to be installed if another feature ( not the parent feature of the component) is being installed.
The component conditions seems to be evaulated during CostFinalize action, so i created a property and set the value of that property, I then force CostInitialize action using a custom action
but the component still doesnt get installed, any clues ?