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
- :
- Re: Custom Dialog in an Installscript Custom Action
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
‎Jan 15, 2013
05:09 AM
Custom Dialog in an Installscript Custom Action
Hi All,
I create an Installscript custom action.
In this action I performe different tasks and I would like to inform the user about their correct execution. How do I display the dialogue in a installscript code? I tried whit WaitOnDialod but I I could not do it.
Any help?
I create an Installscript custom action.
In this action I performe different tasks and I would like to inform the user about their correct execution. How do I display the dialogue in a installscript code? I tried whit WaitOnDialod but I I could not do it.
Any help?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 16, 2013
06:08 AM
Try with the following
SdShowMsg ("Wrire the action", TRUE);
//Do the operation
SdShowMsg ("", FALSE);
SdShowMsg ("Wrire the action", TRUE);
//Do the operation
SdShowMsg ("", FALSE);
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 25, 2013
08:24 AM
I tried but I not display anything 😞
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 25, 2013
08:42 AM
I display dialog only when I build in debug mode. I'm using a basic MSI Project