gpt4 book ai didi

c++ - 从 Qt 应用程序执行 MSI 文件

转载 作者:行者123 更新时间:2023-11-28 05:02:02 27 4
gpt4 key购买 nike

<分区>

我编写了一个 Qt 应用程序来下载并执行 MSI 文件。执行通过 QProcess 完成,并使用 this question 中提供的信息。

每当我使用 QProcess 运行它时都会抛出异常:

Exception thrown: read access violation

这似乎是一个权限管理问题。但是我不知道问题到底出在哪里以及如何解决。这是一个示例代码片段:

QProcess *process = new QProcess(this);
QString program = "file.msi";
QString folder = "C:\\Users\\user\\Downloads\\";
process->start(program, QStringList() << folder);

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com