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

Install UI Condition

I'm trying to use Release Flags in order to execute or not a custom action (Set property).

In my project i have 2 "product configuration" and one release per product configuration.

For each release i have created a release flags.

I have created 2 customs actions to set property "MyProperty" to XL for my 1st product configuration and "L" for the other one.

In custom action "Set property", in Install UI condition i have added as expected in the documentation IsReleaseFlags><"MyReleaseFlag" to execute it only if the releaseflag is in the property Is ReleaseFlags.

This condition doesn't work, always TRUE !

Same result for IsReleaseFlags="MyReleaseFlag"

Do you have an idea ?
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

If you create a log file, does the value of ISReleaseFlags look okay? (Also note the capitalization of the property name: ISReleaseFlags and not IsReleaseFlags.)
0 Kudos