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
- :
- Making certain dialog controls invisible when doing a uninstall
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
‎Sep 24, 2008
10:33 PM
Making certain dialog controls invisible when doing a uninstall
Hi, I am doing a Web Project now. I added a check box and some text boxes on the SetupCompleteSuccess dialog using "Dialogs" under "User Interface" to let the users choose if they would like to see the readme file when the installation completes successfully. However, if I choose to uninstall the project, the SetupCompleteSuccess also shows after the uninstall is complete. Is there a way to show these boxes only at the installation time and make them invisible at the uninstall time? Thanks.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 24, 2008
11:15 PM
I have found the solution. Thanks.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 27, 2008
04:34 PM
I am interested in doing something similiar. What was your solution?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 11, 2009
03:01 AM
I have the same problem. Does anybody know how to show the "Launch readme" checkbox only during the installation not in uninstallation...
thank you,
thank you,
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 17, 2009
07:44 AM
Set a property at the start of an uninstall so you know it is an uninstall. then on your dialog choose behavior and then the control name. on the panel that appears on the right at the bottom there will be 3 tabs "events, subscriptions, conditions" choose conditions. that is where you can condition when to have a control enabled, disabled, shown, hidden.
hope this was helpful.
hope this was helpful.