cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
eladef
Level 7

Feature that is linked to another feature ?

Hi

In my basic MSI project let’s say I have feature A and B, now I want to create feature C that will include all components in feature A except for one component.
What is the best way to handle this ?

(I don’t want to associate all components in feature A also to the new one since in case I add new \ move components I will have to add it twice.)
Labels (1)
0 Kudos
(2) Replies
hidenori
Level 17

Right-click on the "Feature C" and select the Associate Components... from the context menu. In the Associate Components dialog, select the components that you want to include and click OK.

Hope that helps.
0 Kudos
TsungH
Level 12

Another way to do it is to use Automation Interface to make non-persistent changes (associating components in Feature A to Feature C) during build time.
0 Kudos