Verifying a silent installation
You can find the silent installation results in:
- The setup log
- The silent setup log - created at the location specified in the /f2 switch.
Setup Log
A setup log is written to %appdata%\BMCInstall\AppSightWindows. This log file will contain information regarding the actions taken during the installation and the results. If an error occurred "error" will be displayed in the log.
Silent Setup Log
The silent setup log will be created at the location specified after the command line parameter /f2. The results written to this file will be according to the following InstallShield definitions:
Result Code | Description |
---|---|
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 (.iss) file |
-9 | Not a valid list type (string or number) |
-10 | Data type is invalid |
-11 | Unknown error during setup |
-12 | Dialog boxes are out of order |
-51 | Cannot create the specified folder |
-52 | Cannot access the specified file or folder |
-53 | Invalid option selected |