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
- :
- HOW Obtain the state of the PUSH BUTTON
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Sep 29, 2009
09:57 AM
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
Thanks
(2) Replies
‎Sep 30, 2009
05:57 PM
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.
The topics in the InstallShield help library under Creating Installations > Defining the End-User Interface > Working with Dialogs will help you get started.