有人知道一个好的 MSI 日志查看器吗?
相当简单的问题,有谁知道浏览 msi 日志文件的好实用程序吗?
对任何提供过滤、不同标准和自定义操作、操作排序、属性和错误的良好视图的事物感兴趣。
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我发现 Rob Mensching 的关于在 MSI 日志中查找的第一件事的提示非常有用,比任何日志查看工具都有用得多。老实说,我很少需要寻找除此之外的任何东西。
至于真正的日志文件解析,只有详细日志文件包含足够的信息来了解发生了什么,因此,如果您需要遍历安装的整个过程(大部分)(而不仅仅是发生错误的地方) ),准备好逐行阅读日志,因为几乎每一行以及顺序都很重要。如果您需要跟踪属性的值,只需打开日志文件并按 Ctrl+F 该属性名称即可查看其在安装过程中的演变。
顺便说一句,你知道 WiX 可以更详细< /a>? :-)
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? :-)
您是否尝试过Wilogutl.exe?
另请参阅本文了解基本用法: http://dennisbareis.com/makemsi-manual/view_verbose_msi_log .htm
这是另一个不错的:http://www.hoschi.biz/index .php?option=com_content&view=article&id=44&Itemid=53
Have you tried Wilogutl.exe?
Also, see this article for a basic usage: http://dennisbareis.com/makemsi-manual/view_verbose_msi_log.htm
Here's another good one: http://www.hoschi.biz/index.php?option=com_content&view=article&id=44&Itemid=53
您是否尝试过 LogGrok 查看 MSI 日志?
它支持按 MSI、VB 和 NLOG 的任何字段过滤日志,可配置荧光笔(有些已经预先配置),多个搜索结果(支持正则表达式)。
实用程序支持大型日志文件,并具有可定制的停靠窗口 UI。
LogGrok 是开源的,您可以自己添加您需要的功能(或要求项目团队为您添加)。项目文档可以在 https://loggrok.codeplex.com/ 找到
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/