To obtain installation logs from the installer please adopt one of the following methods below.
Method 1:
Command line argument. Add the argument "/l*v
msiexec /i c:\MyPackage.msi> /l*v c:\temp\msilog.log
For more details about Windows Installer Command line, consult the Micorosft web site.
https://technet.microsoft.com/en-us/library/cc759262(v=ws.10).aspx
Method 2:
Apply a generic logging policy to the computer. This will make the Windows Installer service generate verbose logs in the %TEMP% folder for all MSI operations, except where there is a local override:
Open the registry with Regedit.exe and create the following path and keys:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
Reg_SZ: Logging
Value: voicewarmupx
For more details about Windows Installer logging, consult the Microsoft web site.
https://support.microsoft.com/kb/223300