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

Launching custom action when Dialog show up

Hi

I am new to this forum. I have a Dialog which shall show up after the Install finalization and before install results. I have created a dialog and inserted after the ExecuteAction under Sequences->installation->User Interfaces. On run this Dialog pops up fine. Now I have to execute a custom action When this dialog pops up. I have only 'Ok' button in this dilaog, this cannot launch custom action instead when the dialog shows up the custom action to be executed. Is there any way to do it.
I am using installShield 2009 and it is Basic MSI project.

Thanks

vin
Labels (1)
0 Kudos
(2) Replies
azad_khan
Level 4

Hi,

For running the custom action you can select Do Action in Event and custom action name which you want to run in Arguments also set 1 in Condition on Ok button behaviour.
0 Kudos
vinod92630
Level 2

Here the dialog is showing up after the ExecuteAction step. there is no other dialogs to luanch this. Also the DoAction will be performed only when a button is pressed. I don't want that, instead when the Dialog is shown and simultaneously custom action is also invoked.

Thanks
0 Kudos