cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
RakeshPatil
Level 5

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.
Labels (1)
0 Kudos
(1) Reply
manomatt
Level 8

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.
0 Kudos