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

HOW Obtain the state of the PUSH BUTTON

I would like to know how to get the status of a push button and thus know if clicked on the same button.

Thanks
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

It depends on the project type: for MSI, you'll set up a control event such as DoAction or NewDialog; for InstallScript or InstallScript MSI, you would handle the push button as a case statement in the WaitOnDialog loop.

The topics in the InstallShield help library under Creating Installations > Defining the End-User Interface > Working with Dialogs will help you get started.
0 Kudos
RMartinez
Level 3

My problem is resolved....

thanks...
0 Kudos