Skip to content
⌘ NSIS Forum Archive

Capturing external program's output

3 posts

camelweb#

Capturing external program's output

Hi,

I have created an NSIS installer. One of its features is an executable I extract and run (during installation) that upgrades the user's database. I do this by calling ExecWait.

Somehow, I would like to capture the output of this executable and show it in the Detail Display - preferably, during the execution.

Can I capture standard output somehow? Or is there some form of inter process communication that I can take advantage of?

Any ideas are appreciated.

Regards,

Camel
Takhir#
"standard output" is a feature of console applications, you can use nsExec from NSIS distribution or ExecDos plug-ins.