How to verify a successful silent installation
You verify a silent installation on a Windows server by examining the installation log. The -acoutput option creates a log in the directory where acinstallinput.xml and the Actuate product installation executable, setup.exe, reside.
1 In a text editor, open the log created by the -acoutput option.
The file contains the following information after a successful silent installation:
<Config>
<Result>success</Result>
<Reason/>
<RebootDlg>
<RebootRequired>FALSE</RebootRequired>
</RebootDlg>
<MessageBox>Setup completed successfully.</MessageBox>
</Config>
2 Look at the RebootRequired parameter value to determine whether the installation requires that you reboot. True means you must reboot the machine to finish the installation.
3 Verify that the value for Result is success. This result indicates a successful installation.
If the Result value is not success, read the Reason parameter value to determine the nature of the problem.