I am using Installshield 2012 to build a basic msi installer , Here I have a custom dialog where i get the user inputs which are then passed to a dll for validation . The dll returns 0 or 1 based on the success or failure and in case of failure it also gives a msgbox.
The problem is that after clicking ok in the message box the installation is aborted . Is there anyway to throw the msg box without aborting the installation [Similar to a HTML form validation ??]