I'm working on an InstallShield project of type Basic MSI. There's a Readme checkbox on the final SetupComplete
dialog. I tried to add a condition REMOVE<>"ALL"
in the Show
condition for the checkbox and associated label. It's not working to prevent the Readme checkbox from appearing during an uninstall. I added a textbox bound to the REMOVE property to the same dialog and it's empty after an uninstall.
- Why is the REMOVE property empty during SetupComplete, even after uninstall?
- What is a good way to prevent the readme box from appearing after an uninstall?