Feature condition support in managed UI #1430
DarkenSral
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Great, give me a day or two and I will come back to you on this one. But it seems like a great enhancement. |
Beta Was this translation helpful? Give feedback.
0 replies
-
All good. The change makes perfect sense. A great improvement. There is only one point to be aware of. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Oleg!
I have been looking into getting feature conditions to work also for the managed UI features dialog. Given that the necessary MSI properties used in the feature condition expressions are set up in event handlers for UIIntialized (visible UI) and Load (invisible UI), the commented code changes in FeatureItem.cs below does the trick.
It works fine using the default install levels, and also when assigning a default INSTALLLEVEL other than 1, using non-default Levels on the features and Level on conditions.
I'm putting this suggestion here first get your opinion, before trying to create a PR.
Regards,
Lars
Beta Was this translation helpful? Give feedback.
All reactions