cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mrtaikandi
Level 2

Problem with Features.

I have a BasicMSI project that has 2 features.

During the installation process, if I remove the feature2 from the Customization list, it won't install feature1 as expected but If i remove the Feature1 it will install it anyways.

Can anyone tell me how can I solve this.
Thanks
Labels (1)
0 Kudos
(2) Replies
ElenaN
Level 6

It seems you should check your features’ properties:
Required
Install Level
And Install Level set by conditions.


Unless the end user deselects features in the Custom Setup dialog, all features with an install level less than or equal to the value of the package’s INSTALLLEVEL property are installed to the target system.
0 Kudos
mrtaikandi
Level 2

Thanks for your reply.
Both features have following values:

Remote Installation: Favor Local
Required: No
Install Level: 1
Conditions: 0 condition(s)

Package INSTALLLEVEL: 1.

But as I mentioned when user deselect feature 1 it will install anyways.
0 Kudos