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: Launching custom action when Dialog show up
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
‎May 11, 2010
08:20 AM
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
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
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 12, 2010
12:28 AM
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.
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 12, 2010
01:29 PM
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
Thanks