Archive: How return result from another installer


How return result from another installer
Hi!
In my installer I start install of Fireberd database.
How can I get result (for example installed firebird, or error, or user cancellled install)?
thx


Hi Astra,

with ExecWait, you can retrieve an exit code from the application you launched with it.

KenA, pimping ExecWait today. :D