如何记录从 WiX 包进行的安装

编程入门 行业动态 更新时间:2024-10-25 20:27:38
本文介绍了如何记录从 WiX 包进行的安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

使用 WiX(Windows Installer for XML)工具集创建 Windows 安装程序时,如何让安装过程将日志信息写入日志文件?

When creating a Windows installer using the WiX (Windows Installer for XML) toolset, how do you make the install process write logging information to a log file?

是否有触发日志文件输出的命令行开关?

Is there a command-line switch which triggers the output of the log file?

推荐答案

Bundle 将自动登录到 %TEMP% 位置.可以通过将路径传递给 -l 或 -log 来设置日志文件的特定位置,例如:bundle.exe -l "path o你的log.txt"

The Bundle will automatically log to the %TEMP% location. A specific location for the log file can be set by passing a path to -l or -log such as: bundle.exe -l "path oyourlog.txt"

更多详细信息由本文底部的FireGiant提供:support.firegiant/entries/24024218-Create-a-log-file-

More details are provided by FireGiant at the bottom of this article: support.firegiant/entries/24024218-Create-a-log-file-

更多推荐

如何记录从 WiX 包进行的安装

本文发布于:2023-11-07 01:08:03,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1565137.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:WiX

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!