Silent installation log files
You can use silent install log files to examine the results
of a silent installation session.
The silent installation functionality creates an XML-based log file that records the result of the silent install execution. To enable creation of the log file, you must specify a log file path using –log <log file path and name>.xml. If your silent installation session is successful, the log file contains just the root element of <result> </result>. However, if errors occur during the installation, the silent install log file contains error elements with messages such as the following one:
<result> <error> Cannot find profile: profile id</error> <error> some other errors</error> </result> |