The Execute Condition Always executes.
Advanced Installer Version: 7.5.2 build 26791
I am getting very frustrated with this issue because I worked on it for two whole days now and nothing I do works. I either get it to execute all the time or not at all. I have an Execution Condition for a custom action that should be running only if a user selects a certain radio button. Unfortunately it never executes.
ButtonGroup: RADIOBUTTONGROUP_1_PROP
Two Radio buttons:
1 Selected True: Value=Agree
2 Selected False: Value=NotAgree
Custom Action:
Execution Condition = ( RADIOBUTTONGROUP_1_PROP="Agree" )