PDA

View Full Version : How get Exit Code from program run in setup?


Telmo
12-05-2003, 01:55 PM
I run a program into my setup (using Execute). This program puts a Exit Code when finished, depending what happen (it try creates a DataBase, and so, may has no sucess).
How I get this code in may setup ?

Telmo
Brasil

Brett
12-05-2003, 02:14 PM
There is no way to get the return code of an execution at this time. You will have to get the program you run to write the result out to an ini file, the Registry or a text file and then have the setup read it in after execution. This is something that we will look at changing for a future release.