【发布时间】:2012-01-08 20:39:55
【问题描述】:
我正在使用 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.
并且在日志文件中的错误信息是..
Error 0x80070643: Failed to install MSI package.
Error 0x80070643: Failed to configure per-user MSI package.
如何摆脱这个错误?
【问题讨论】:
标签: windows-7 wix installation wix3.6