Is there a possibility to link the operation running on a command line to the innosetup page ?
Background : I have a huge.zip file that has to be extracted during install operation. To achieve this i send commands(commandline args) from the InnoSetup. The extraction process runs in the background i.e on the command prompt. But there is no way for an user to know whats actually happening.
Required Solution I would like to have some linking between these two parallel operations. i.e somehow able to link the progress of the current operation (extraction of the files) from the command-line and display it to the user on the progress page during installation. i.e i should be able to retrieve the remaining time / % operation completed to display it finally on the progress page.
I would greatly appreciate if anybody has any ideas for achieving the above
Cheers