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
- :
- Basic MSI Readme
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
‎Jul 23, 2014
01:27 PM
Basic MSI Readme
Seem to be having a brain relocation moment.
Basic MSI project. SetupCompleteSuccess dialog.
I have the checkbox "Show the Readme File" (LaunchReadMeText) and the behavior and visibility is appropriate when installing.
However on uninstall, the checkbox option still shows visible.
The Show Condition for the checkbox is: (NOT Installed) and ((NOT REMOVE~="All") OR (NOT MaintenanceMode="Remove")) And (NOT ISENABLEDWUSFINISHDIALOG)
Any suggestions?
Basic MSI project. SetupCompleteSuccess dialog.
I have the checkbox "Show the Readme File" (LaunchReadMeText) and the behavior and visibility is appropriate when installing.
However on uninstall, the checkbox option still shows visible.
The Show Condition for the checkbox is: (NOT Installed) and ((NOT REMOVE~="All") OR (NOT MaintenanceMode="Remove")) And (NOT ISENABLEDWUSFINISHDIALOG)
Any suggestions?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 09, 2014
09:35 PM
bump - Any ideas?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 13, 2014
05:02 AM
Wouldn't it be clearer to have the Show condition as NOT Installed and a Hide condition as REMOVE=ALL OR MaintenanceMode="Remove"?