Set Logging parameters
| Operating system |
windows 2000 / XP / 2003 |
| Category |
Windows Installer |
This tweak let you specifies the types of events that Windows Installer records in its transaction log for each installation. The log, Msi.log, appears in the Temp directory of the system volume. When you enable this tweak, you can specify the types of events you want Windows Installer to record. To indicate that an event type is recorded, type the letter representing the event type. You can type the letters in any order and list as many or as few event types as you want.
Steps for applying this Tweak
- Open your Registry
- Go to HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
- Create or modify String called "Logging"
- Character in the string is arrayed according to features enabled. one character signifies one feature
- Character available and their meaning
- i - status message
- w - non-fatal warning
- e - all error messages
- a - start-up of action
- r - action specific record
- u - user request
- c - initial UI parameters
- m - out-of memory
- p - Terminal properties
- v - verbose output
- o - out of disk space
- Restart windows or logoff for tweak to take effect
Back |