Easily installing MSIs with verbose logs
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Msi.Package\shell\LoggedInstall]
@="Install with &Log"
[HKEY_CLASSES_ROOT\Msi.Package\shell\LoggedInstall\command]
@="\"msiexec.exe\" /i \"%1\" /l*v \"%1.install.log\""
[HKEY_CLASSES_ROOT\Msi.Package\shell\LoggedUninstall]
@="Uninstall with Lo&g"
[HKEY_CLASSES_ROOT\Msi.Package\shell\LoggedUninstall\command]
@="\"msiexec.exe\" /x \"%1\" /l*v \"%1.uninstall.log\""