After you play back the response.iss file,
a record of the installation is available in the setup.log
file. A result code is written to the log file with one of the
following codes in Table 7:
Table 7. Return Codes and Description
Return Code | Description |
---|---|
0 | Success |
-1 | General error |
-2 | Invalid mode |
-3 | Required data not found in the Setup.iss file |
-4 | Not enough memory available |
-5 | File does not exist |
-6 | Cannot write to the response file |
-7 | Unable to write to the log file |
-8 | Invalid path to the response file |
-9 | Not a valid list type (string or number) |
-10 | Data type is invalid |
-11 | Unknown error during setup |
-12 | Dialogs are out of order |
-51 | Cannot create the specified folder |
-52 | Cannot access the specified file or folder |
-53 | Invalid option selected |
For more information on error codes and general usage, refer to the InstallShield3 Online Reference documentation found at the following URL:
http://support.installshield.com/docs/is3_docs.asp .