dotnetInstaller should terminate on failure of registry check

234 Views Asked by At

I have very basic requirement of terminating the installation process on failure of finding registry key, during execution of dotNetInstaller bootStrapper. I am installing WebApplication and want to fail the installation on absence of IIS.

But it is not working. Here is my Configuration File.

enter image description here

1

There are 1 best solutions below

0
On

An install check doesn't terminate anything, it informs the bootstrapper on whether the component should or should not be installed. Terminating the installation based on some condition isn't supported by DNI.