Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2003
    Location
    Brasilia,Brasil
    Posts
    1

    How get Exit Code from program run in setup?

    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

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts