cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
RuneStav
Level 3

Suite and required feature

I have a Suite feature which should be a required feature.

Then, in custom installation, the user should not be able to deselect this feature.

In a msi installation, we have the required feature setting.

How can we achieve the same with a Suite feature?
Labels (1)
0 Kudos
(1) Reply
SherylSikora
Level 6 Flexeran
Level 6 Flexeran

You can achieve this by manually adding the AllowSelectionChange="no" attribute to the xml project. Open the .issuite file in a text editor and find the feature that you want to set to required. You will find it in the element. Add AllowSelectionChange="no" to the element that contains your feature.

It should look something like this:

AllowSelectionChange="no"/>
(If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".)
0 Kudos