Hi Rohan,
Please keep in mind that this is the default behavior.
If you want to make it visible you must follow the next steps:
- go in the Table Editor page
- select "ControlCondition" table
- set the following condition for the rows "ExitDialog->LaunchProdCheckBox" and "ExitDialog->LaunchProdText":
Code: Select all
((NOT AI_INSTALL) AND (NOT AI_PATCH) AND (NOT InstallMode="Repair")) OR ((CTRLS <> 2) AND (CTRLS <> 3))
- select the "ControlEvent" table
- set the following condition for the row "ExitDialog->Finish->DoAction->AI_LaunchApp":
Code: Select all
(RUNAPPLICATION=1) AND (AI_INSTALL OR AI_PATCH OR InstallMode="Repair")
Also, please keep in mind that our "Table Editor" feature is available only in an "Enterprise" or above license.
Let us know if it helped, otherwise give us more details about your scenario.
Best regards,
Eusebiu