BillMcLean
09-03-2008, 01:55 PM
I have created a dialog where the Property LAUNCH_APP is set using a dialog. If the LAUNCH_APP condition is true, I want the App to be launched when the installer has successfully installed.
In my Custom Actions the attributes are set as follows:
ID: RUNProgram
Scheduling: Immediate
Return: AsyncWait:
Timing:
Sequence: InstallExecuteSequence
Condition: MY_CONDITION (Set on the dialog)
On Exit, Exit type: Success
Whether or not I have MY_CONDITION checkbox set, the app still launches.
I want to have the launch conditional, any ideas on how to fix this issue?
In my Custom Actions the attributes are set as follows:
ID: RUNProgram
Scheduling: Immediate
Return: AsyncWait:
Timing:
Sequence: InstallExecuteSequence
Condition: MY_CONDITION (Set on the dialog)
On Exit, Exit type: Success
Whether or not I have MY_CONDITION checkbox set, the app still launches.
I want to have the launch conditional, any ideas on how to fix this issue?