Mar 06, 2015
09:07 AM
MichaelU wrote: It sounds like you're using a Basic MSI. If that's the case, you will need to put a condition on the NewDialog event on that same Next button, and control whether that condition is true by setting properties in your InstallScript code. As an aside, you should strongly consider using MsiProcessMessage rather than MessageBox when in an MSI project, if you aren't already, as it will ensure the message window is properly parented and more likely to get focus. Thanks Michael.
... View more
Mar 05, 2015
09:33 AM
I have a custom dialog box with multiple check boxes, if user does not select any check box and clicking Next, it should popup a message saying that atleast select one and prevent going to next dialog box. I created custom action and my installscript posts message box, but clicking on 'OK' button of this message box going to next dialog box. But I want to stay with current dialog box. I am triggering this custom action in DoAction event of Next button. Please let me know how do I stay with current dialog box after displaying message. Thanks in advance.
... View more
Labels
- Labels:
-
InstallShield 2014
Latest posts by kannan465
Subject | Views | Posted |
---|---|---|
1870 | Mar 06, 2015 09:07 AM | |
2639 | Mar 05, 2015 09:33 AM |
Activity Feed
- Posted Re: Staying with current Dialog box when Next button clicked for some condition on InstallShield Forum. Mar 06, 2015 09:07 AM
- Posted Staying with current Dialog box when Next button clicked for some condition on InstallShield Forum. Mar 05, 2015 09:33 AM