| TABLE 1: LOGGING OPTIONS USING MSIEXEC
|
| Option |
What it logs |
| /li <log file name> | Report status messages only |
| /lw <log file name> | Report "non-fatal" (i.e., errors that dont cause the installation to fail) message only |
| /le <log file name> | Report all error messages |
| /la <log file name> | Summary of actions only |
| /lr <log file name> | Action-specific records only (standard or custom actions performed) |
| /lu <log file name> | User requests only |
| /lc <log file name> | Initial UI parameters specified |
| /lm <log file name> | Out-of Memory errors |
| /lo <log file name> | Out-of-Disk-Space errors |
| /l+ <log file name> | Append to existing log file |
| /lp <log file name> | Summary information about target system and application directory paths |
| /l* <log file name> | Log all information (/l *v logs all information in verbose mode) |