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
- :
- Aborting installation if prerequisites installation failed.
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
Sep 12, 2011
08:00 AM
Aborting installation if prerequisites installation failed.
Hi,
I have a installscript project where I install few prerequisites(SQL Server 2008 R2) before the main application.
I want to abort my further installation if any of my prerequisites installation failed.
Please anyone have any idea on how to achieve the same.
I have a installscript project where I install few prerequisites(SQL Server 2008 R2) before the main application.
I want to abort my further installation if any of my prerequisites installation failed.
Please anyone have any idea on how to achieve the same.
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 19, 2011
12:48 PM
well you can always check if the pre-requisites are installed correctly and if not just abort the installation, showing an error message. use "abort" to abort from the setup.
