1
votes

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?

1

1 Answers

0
votes

It's probably doable – but a lot of work and not user-friendly anyway.


I'd use Inno Setup GUI to ask all questions in advance and then run the batch file non-interactively.