Home » KBArticles » Registry change to enable MSI Verbose Logging

Registry change to enable MSI Verbose Logging

Enable MSI Verbose Logging / Debug Logging
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsInstaller]
“logging”= “voicewarmup”
“debug”=dword:00000007

Disable MSI Versbose Logging / Debug Logging
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsInstaller]
“logging”=-
“debug”=-

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.