I'm trying to setup a simple application using InstallShield 2012 Spring, and in a certain point of installation I want to check the free disk space accourding to proceed or exit the setup.
So, my main doubt is how can i exit the installation according a returned value from a method in a DLL ?
I define a c# custom action to be executed "After File Transfer" but I dont know how to exit the setup
You have three options:
You can combine the first and third approaches to set properties that tweak the messages that will show on the end dialog corresponding to the return code you select. The dialog is chosen per the negative sequences of the InstallUISequence table (SetupCompleteSuccess, SetupCompleteError and such).