enter image description hereI have few powershell script which is having convert-vhd executing. It is showing progress in powershell window. However I am running this powershell script from inside another inno script and I want to report convert-vhd progress in the inno script.
I found Inno Setup - Make Inno Setup Installer report its installation progress status to master installer and Inno Setup torrent download implementation
And I tried to apply the same for powershell. But the the pipe command in cmd.exe is not reading the progress from powershell window. Is it possible to get that progress in inno ?
I want to read the progress shown in the image. It is powershell's own progress bar which I want to tap to inno setup.