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: How to modify SetupCompleteSuccess?
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 13, 2008
02:20 PM
How to modify SetupCompleteSuccess?
Hi All
I am trying to make my own SetupCompleteSuccess dialog.
It would be great if someone tell me how does the SetupCompleteSuccess dialog choose to show different kind of labels?
Is it possible to display 3 different dialogs (example different dialog for: updatesuccess, installsuccess, uninstallsuccess)?
thanks in advance
mohit
I am trying to make my own SetupCompleteSuccess dialog.
It would be great if someone tell me how does the SetupCompleteSuccess dialog choose to show different kind of labels?
Is it possible to display 3 different dialogs (example different dialog for: updatesuccess, installsuccess, uninstallsuccess)?
thanks in advance
mohit
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 13, 2008
05:05 PM
The built-in SetupCompleteSuccess does most of that (displaying "installed" or "uninstalled", depending) using control conditions, so perhaps use that as a model?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 13, 2008
08:52 PM
RobertDickau wrote:
The built-in SetupCompleteSuccess does most of that (displaying "installed" or "uninstalled", depending) using control conditions, so perhaps use that as a model?
i understand that it would work but the form does not look awsome when you see it. Labels overlapping each other and what not... its looks pretty messed up. That why i was thinking to have my own 3 dialog which would do different things. But as such i could not find a link between installation finished and how the installer knows SetupCompleteSuccess dialog is to be displayed instead of the SetupCompleteError!!!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 14, 2008
11:40 AM
I'm not sure I follow; the labels overlap in design mode, but at run time only the labels whose conditions succeed are displayed, so end users will not see any overlap...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 14, 2008
08:34 PM
RobertDickau wrote:
I'm not sure I follow; the labels overlap in design mode, but at run time only the labels whose conditions succeed are displayed, so end users will not see any overlap...
ya it does not but its pretty messy when u have diffferent labels overlapping each other.