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: Uninstall automatic
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jun 26, 2010
04:33 AM
Uninstall automatic
During install intallscript will launch an app to do something, if this app get error.
I will show error Dialog ,and I must delete Uninstall registry"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\GUID" and delete file "InstallShield Installation Information\GUID" .
Can 2 steps Installshield handle it Uninstall automatic ????
I will show error Dialog ,and I must delete Uninstall registry"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\GUID" and delete file "InstallShield Installation Information\GUID" .
Can 2 steps Installshield handle it Uninstall automatic ????
(2) Replies
‎Jun 28, 2010
08:53 AM
If you use the abort statement in a pure InstallScript project, it should clean up what's been installed so far and exit the installation. The "abort" help topic has more details.