I always wondered how to get the logging enabled when you run an MSI and something goes wrong. I had thought it was amazingly complex to turn on, but in fact it’s not ! You can do it liks this :
MSIEXEC /i “MyMSI.msi” /L*v “c:\mylogfile.log”
That logs everything “verbosely” to the filename specified.