- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Change Preparing To Uninstall text while Uninstall Dialog
- 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
Change Preparing To Uninstall text while Uninstall Dialog
Hi,
I am using the Installshield trial version. I am facing an issue while uninstalling the application the very first dialog box text shows Preparing To Install while I need to change the text to Preparing To UnInstall at the time of UnInstall.
Please help me with this issue.
Thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Beyond that text, does it perform a removal of your product? It seems that it might not recognize that your product is installed.
See the BEHAVIOR AND LOGIC->Custom Actions and Sequences section and look at the Sequences->Installation->User Interface sequences and find the 'InstallWelcome' and 'MaintenanceWelcome' sequences. When you click on them, there should be conditions associated with each. Look for conditions such as "Not Installed" on the InstallWelcome sequence and "Installed" on the MaintenanceWelcome sequences.
Only thing I can think of is that the InstallWelcome doesn't have the "Not Installed" condition so it is triggering even when you should be getting the Maintenance dialog to show up (repair, modify, remove dialog).
Good luck, this forum doesn't seem to be very well visited or monitored and the Installshield moderator is silent most times as well.