美文网首页UiPath Studio 中文文档
【UiPath Studio 中文文档】72 日志 - 安装日志

【UiPath Studio 中文文档】72 日志 - 安装日志

作者: Creator_蔚蓝 | 来源:发表于2018-12-23 12:06 被阅读94次

当运行 Windows 安装器 (UiPathPlatform.msi), 所有的错误都会记录在 Event Viewer.

为了获取更详细的日志,你可以从命令行执行安装器并传递以下参数:
msiexec.exe /i "path_of_the_installer" /lv* "path_of_the_log_file"

例如:
msiexec.exe /i "%UserProfile%\Downloads\UiPathPlatform.msi" /lv* "%UserProfile%\Desktop\Log.txt"

执行这个命令行将会在指定目录生成一个叫做 Log.txt 的文件,该文件包含了安装日志数据。

如果你运行用户模式的安装器 (.exe),将自动生成安装日志,你可以在 %localappdata%\SquirrelTemp\SquirrelSetup.log 中找到。

官网原文链接


更多 UiPath 相关的资讯,请关注公众号:UiPath教程

UiPath教程

相关文章

网友评论

    本文标题:【UiPath Studio 中文文档】72 日志 - 安装日志

    本文链接:https://www.haomeiwen.com/subject/wfqwwftx.html