|
To setup full dump for all MSI actions see page: http://support.microsoft.com/kb/314852
Or open gpedit.msc > machine > admin template > win installer > logging > enable: voicewarmup
The dump will be found in the %temp% directory, name will begin with msi and end in .log
To debug an MSI installation you can also use MSIEXEC /i MSIPATH_AND_FILE /l*v c:\msilog.txt |