Kbase P104720: How can one know if a silent installation is successfully?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/8/2008 |
|
Status: Unverified
GOAL:
How can one know if a silent installation is successfully?
GOAL:
What does the different ResultCode from the Silent Installation log mean?
GOAL:
ResultCode=
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
FIX:
When starting the silent installation use the optional '-f2C:\<path-to-file>\setup.log' parameter for creating a log file. The path-to-file indicates the location of the setup file.
Example:
drive:\setup.exe -s -f1C:\<path-to-file>\setup.iss -f2C:\<path-to-file>\setup.log
It will create a text file in C:\<path-to-file>\setup.log If the ResultCode= 0 the installation was successful.
Other ResultCode values:
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 the entire "setup.log" file story, check out the InstallShield KB: http://support.installshield.com/kb/view.asp?articleid=Q102572