cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Ray_Portrait
Level 6

Change Feature state on Silent install

How does one de-select / select a feature that gets deployed by default through a silent install?
Labels (1)
0 Kudos
(2) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

One can always use various ADDLOCAL / REMOVE / etc. properties, which can be passed on the command line. If you're looking for semantic connections, Feature Conditions can change the which side of INSTALLLEVEL the feature rests at based on arbitrary conditions; in this case either command line or app searches, etc., can impact the feature install.
0 Kudos
Ray_Portrait
Level 6

This is what I was thinking of doing:

I am going to set some Public properties with a default value. On the parent Features that install by default I will have a Feature condition that will set the Feature Install level to above the Setup Install level if the Public property is different to the default value.

I'll do something similar to the features that don't install by default.

Through using Public Properties it gives the user something simple to change through the command line.

Any thoughts on this?
0 Kudos