错误0x80070643:无法安装MSI包

Pra*_*ady 6 installer wix windows-7 wix3.6

我正在使用WiX 3.6来创建我的应用程序设置.我在一个引导程序中捆绑了两个MSI软件包,一切都很好,直到我在Windows7 PC上安装引导程序.该设置在Windows XP计算机上正常运行.

在Windows 7中安装开始后,它会回滚设置并抛出...

安装失败

One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the log file.

0x80070643 - Fatal error during installation.
Run Code Online (Sandbox Code Playgroud)

并在日志文件中错误消息是..

Error 0x80070643: Failed to install MSI package.
Error 0x80070643: Failed to configure per-user MSI package.
Run Code Online (Sandbox Code Playgroud)

我该如何摆脱这个错误?

Cip*_*ian 2

这似乎是 WiX 工具集中的一个错误。#2677 使用激活的 UAC 启动刻录 -> 权限不足中对此进行了描述。

  • @user2725407,您在评论中提到的问题不存在。您能检查一下链接吗? (3认同)