I am currently working on an already existing installer made with Inno Setup and I am trying to add a Cancel button that would allow the user to cancel a .bat (batch file) execution.
For the moment the behaviour is as follow:
The user can click on "Start button" to run the .bat file (it runs with SW_HIDE
flag). Then a result of the .bat is parsed and is shown in the window.
The problem is that the .bat execution is quite long and the user might want to cancel it. However, during the run of this .bat, it is not possible to click anywhere.
Do you have any tips?