This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Install UI Condition
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 28, 2010
09:11 AM
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 ?
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 ?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 04, 2010
06:15 PM
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.)