如何记录通过WiX捆绑软件进行的安装

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

使用WiX(XML的Windows安装程序)工具集创建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?

推荐答案

该捆绑包将自动记录到%TEMP%位置.可以通过将路径传递到-l或-log来设置日志文件的特定位置,例如:bundle.exe -l "path\to\your\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\to\your\log.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:05:31,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1565132.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:软件   WiX

发布评论

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

>www.elefans.com

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