Log File

Setup.log is the default name for the silent setup log file that contains the results of the last run of a silent setup. This file is saved in the same location as the recorded .iss file. The result code shown in the file is one of the following:

0Success.
-1General error.
-2 Invalid mode.
-3Required data not found in the Setup.iss file.
-4Not enough memory available.
-5File does not exist.
-6Cannot write to the response file.
-7Unable to write to the log file.
-8Invalid path to the InstallShield Silent response file.
-9Not a valid list type (string or number).
-10Data type is invalid.
-11Unknown error during setup.
-12Dialog boxes are out of order.
-51Cannot create the specified folder.
-52 Cannot access the specified file or folder.
-53Invalid option selected.

Errors usually occur because a specified command line switch is invalid or the .iss file was manually edited incorrectly.