Is it possible to exit the installation from a function in the [Code] section of an installer created with Inno Setup?
[Code]
I\'m not interested in setting the
You can use Abort() if you are in these events:
InitializeSetup InitializeWizard CurStepChanged(ssInstall) InitializeUninstall CurUninstallStepChanged(usAppMutexCheck) CurUninstallStepChanged(usUninstall)