http://unattended.sourceforge.net/installers.php

an update that might be extra useful:

http://www.appdeploy.com/tips/detail.asp?id=20

Setup.log is the default name for the silent installation log file and its 
default location is the same folder where Setup.ins is located. You can specify 
a different name and location for Setup.log using the -f2 switch with Setup.exe.

The Setup.log file has 3 sections:

[InstallShield Silent]

Identifies the version of InstallShield Silent used in the silent installation. 
It also identifies the file as a log file.

[Application]

Identifies the installed application's name and version, and the company name.

[ResponseResult]

Contains the result code indicating whether or not 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 after the ResultCode keyname:

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 InstallShield Silent 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 a successful installation, the log file should look similar to the example 
below:

[InstallShield Silent]
Version=v5.00.000
File=Log File
[Application]
Name=KiXscripts Editor
Version=1.10.000
Company=RWK Systems, Inc.
[ResponseResult]
ResultCode=0
The information contained in this e-mail and in any attachments is intended 
only for the person or entity to which it is addressed and may contain 
confidential and/or privileged material. Any review, retransmission, 
dissemination or other use of, or taking of any action in reliance upon, this 
information by persons or entities other than the intended recipient is 
prohibited. This message has been scanned for known computer viruses.
------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to