Does anyone know a good MSI Log Viewer?

2020-06-18 09:22发布

Fairly simple question, does anyone know of good utility for browsing msi log files?

Be interested in anything that provides filtering, a nice view of different standard and custom actions, action sequencing, properties, and errors.

Thanks.

3条回答
够拽才男人
3楼-- · 2020-06-18 10:21

I found the tip from Rob Mensching about the first thing to look for in the MSI log very useful, much more useful than any tool for log viewing. To be honest, I rarely have to look for anything beyond this.

As for the true log file parsing, only the verbose log file contains enough info to understand what's going on, hence if you need to walk through (a big part of) the whole process of the installation (not only a place the error occurs in), be ready to read the log line by line, because almost every line matters, as well as the sequence. If you need to track the value of the property, just open the log file and Ctrl+F that property name to see its evolution during the installation.

BTW, do you know that WiX can be even more verbose? :-)

查看更多
倾城 Initia
4楼-- · 2020-06-18 10:23

Have you tried LogGrok for viewing MSI logs?

It supports filter the log by any field for MSI, VB and NLOG, configurable highlighteres(some are already pre-configured), multiple search results (supporting Regex).

Utility supports large log files and has customizable docking windows UI.

LogGrok is opensource, you can add features you need by yourself(or ask project team to add it for you). Project documentation can be found at https://loggrok.codeplex.com/

查看更多
登录 后发表回答