PDA

View Full Version : Run supplied exe, capture it's output and display in a dialog.



glewis64
01-28-2021, 02:07 PM
I'm needing to run a .exe and capture it's output and display in a dialog. The user can then examine the output and determine if they want to proceed or exit the installation.

glewis64
01-29-2021, 07:34 AM
I have resolved my issue and was able to run my exe from a cmd prompt, redirect the output to a log file and read that log file into a dialog box.

linder
01-29-2021, 09:53 AM
Thank you for the update!!

Would you mind sharing your solution?

Thanks,
Friedrich