Kbase P124734: Is it possible to capture an exit code when performing a silent install?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/07/2008 |
|
Status: Unverified
GOAL:
Is it possible to capture an exit code when performing a silent install?
GOAL:
How to capture an exit code when doing a silent install?
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.1x
OpenEdge 10.x
FIX:
There is no way to capture an exit code from the command line because when you get the prompt back the install has not finished, in fact it's just basically launched.
The correct way to do this is to query the install log file. There is a [ResultCode] section of the log file for silent install. When this is available in the log file then you can get the result code.