From this post, I see that we can monitor the cmd
output and show it in Inno setup UI:
Embedded CMD in Inno Setup installer (show command output on a custom page)
In my case , in Run
section I launch a bat
, which will do some process based on a user input.
(e.g whether install / modify a package - user will input Y/n – something like that)
Is it possible to embed an interactive cmd in to Inno Setup GUI? The problem is if user closes the cmd
prompt in-between then the installation will not be proper and leads to corrupted files.
What is right way to handle this?