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

About using DoAction in ControlEvent

Hi All!

A Question for you :

I can not to work the DoAction ControlEvent ?

Let me explain :
my intention is to build a custom dialog with a series of controls, in particular, a pushbutton, and his behavior must use DoAction that actives a Custom Action.

in the custom action, i use the function SdShowDlgEdit1;




Why it does not work?

have suggestions for me?


P.S.:
attached the setup.rul
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

InstallScript (or InstallScript MSI) dialog boxes do not use DoAction control events (or any control events). Instead the cases defined in your WaitOnDialog loop react to control interactions and run whatever code you specify.

The help topics "Using InstallScript to Implement Custom Dialogs" and "Using InstallScript to Process Dialog Controls" have more information.

On the other hand, if it's a Basic MSI project, you might see if you can avoid mixing MSI and InstallScript dialog boxes in the same project...
0 Kudos