Hi,
Through code, is there is any way to know whether an installation succeeded or failed?. I need to revert database updates incase the installation failed.
Regards, Manju
Hi,
Through code, is there is any way to know whether an installation succeeded or failed?. I need to revert database updates incase the installation failed.
Regards, Manju
You can use DeinitializeSetup()
event for monitoring that.
From documentation:
Called just before Setup terminates. Note that this function is called even if the user exits Setup before anything is installed.
More details at [Inno Setup Events][1]
[1]: http://www.jrsoftware.org/ishelp/topic_scriptevents.htm is installed.