![]()
|
InstallShield 2008
Setup.log is the default name for the silent installation log filegenerated when the end user runs Setup.exe with the /s argumentand it is by default created in the directory containing the response file Setup.iss. You can specify a different name and location for Setup.log using the /f1 and /f2 switches to Setup.exe.
The Setup.log file contains three sections. The first section, [InstallShield Silent], identifies the version of InstallShield Silent used in the silent installation. It also identifies the file as a log file.
The second section, [Application], identifies the installed applications name and version, and the company name.
The third section, [ResponseResult], contains the result code indicating whether the silent installation succeeded. An integer value is assigned to the ResultCode keyname in the [ResponseResult] section. InstallShield places one of the following return values in the ResultCode key:
The Setup.log file for a successful silent installation appears as follows:
[Application]
Name=Sample App 3000
Version=1.00.0000
Company=Sample Software Corporation
Lang=0409
[ResponseResult]
ResultCode=0
|
|
Copyright Information | Contact Macrovision |