- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jul 19, 2010
05:11 AM
thanks~
I will try and test this soluation.
I will try and test this soluation.
