【发布时间】:2018-11-02 18:20:13
【问题描述】:
由于 Windows 更新导致我的笔记本电脑崩溃,我重新安装了 Windows 10 后,我不得不重新安装许多应用程序。其中之一是 node.js。当我尝试通过 Windows 安装程序安装它时,我不断收到“安装向导因错误消息而提前结束”。我不确定问题是什么。我使用的是 x64 版本,这就是我的操作系统,并且程序文件中没有 nodejs 文件夹。当我记录安装时,这条消息出现在has no eligible binary patches 的很多行中。在没有符合条件的行之前有错误日志,例如:
'WixSchedInternetShortcuts: Error 0x8007000d: failed to add temporary row, dberr: 1, err: Directory_'
'WixSchedInternetShortcuts: Folder 'ApplicationProgramsFolder' already exists in the CreateFolder table; the above error is harmless'
如果信息不足,请告诉我如何发送完整的日志,而不会在线程中发送大量文本。谢谢。
MSI 日志文件: https://gist.github.com/luki2000/ab00476127d54aaf610d8bda84d40a64
【问题讨论】:
-
请在此链接中找到我的解决方案:stackoverflow.com/questions/50278879/…
标签: node.js windows wix windows-installer