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
- :
- calling custom action using dialogue
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
Jul 04, 2023
05:14 AM
calling custom action using dialogue
Hi,
I am trying to call a custom action using dialogue in InstallShield. I went to dialogue selected behavior and then selected the push button and selected action as Do-Action and given my function as argument.
why the function is not getting . ? what changes can be so that it will get called.
can someone help me with this.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 05, 2023
08:23 AM
For the first line (DoAction) you specify a Condition. If you want the action to run every time the button is clicked, simply enter 1 on that line.
For the second line (action) enter your Action.
You can verify that the action is getting run by viewing the log file.