Show Menu
Cheatography

Debugging MSI Cheat Sheet (DRAFT) by

Tips for Debugging MSI Installer Packages

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Reviewing

 

Logging

Enable Logging
To enable logging: > msiexe­c.exe /i [Path to MSI] /l*v [Log File Name]
Finding Errors
Search [Path to Log] for "­Return Value 3"

Monitoring

Process Monitor
Process Monitor allows view of all file activity during MSI instal­lation.
http:/­/te­chn­et.m­ic­ros­oft.co­m/e­n-u­s/s­ysi­nte­rna­ls/­bb8­966­45.aspx