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
- :
- Run InstallScript when push button
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
‎Feb 06, 2009
02:47 AM
Run InstallScript when push button
How to run function of InstallScript when user push button on dialog box?
Thanks
Thanks
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 06, 2009
02:51 AM
Create Insallscript custom action. In "dialogs" view, select the dialog and pushbutton of ur intend. In events select "DoAction" and in params ur custom action name. That's it..
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 06, 2009
06:10 AM
I do that but not run.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 06, 2009
06:49 AM
I have made a custom action and. How to making it the result of a dialog's
control event?
control event?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 06, 2009
09:27 AM
Exapand the dialog from Dialogs feature...Select Behavior under the expanded dialog. Select the push button from the list of controls on your dialog and then on the right side frame, create a DoAction Event and assign it the Custom Action and condition as 1 if it needs to do everytime.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 08, 2009
09:38 AM
Apoorv Jain wrote:
Exapand the dialog from Dialogs feature...Select Behavior under the expanded dialog. Select the push button from the list of controls on your dialog and then on the right side frame, create a DoAction Event and assign it the Custom Action and condition as 1 if it needs to do everytime.
Ok, i write a function which display only a message and attach to a custom action. After select the push button and Behavior and create a DoAction Event and assign it the Custom Action and condition as 1. When run my setup and push button see hourglass for 1-2 seconds without message. What happen if my InstallScript code is ok?