cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sreelakshmi
Level 3

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.

Labels (1)
0 Kudos
(1) Reply
rguggisberg
Level 13

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.

0 Kudos