【发布时间】:2015-09-19 07:32:58
【问题描述】:
我试图在我的 Windows 7 上安装 node.js。但是,每次我尝试安装它时都会出现以下错误:
MSI (s) (A0:64) [20:01:44:207]: Executing op: CustomActionSchedule(Action=RegisterEventManifest,ActionType=3073,Source=BinaryData,Target=CAQuietExec,CustomActionData="wevtutil.exe" im "C:\Program Files\nodejs\node_etw_provider.man")
MSI (s) (A0:F8) [20:01:44:217]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI7B6E.tmp, Entrypoint: CAQuietExec
CAQuietExec: Transaction support within the specified resource manager is not started or was shut down due to an error.
CAQuietExec: Error 0x80071a91: Command line returned an error.
CAQuietExec: Error 0x80071a91: CAQuietExec Failed
CustomAction RegisterEventManifest returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 20:01:44: InstallFinalize. Return value 3.
MSI (s) (A0:64) [20:01:44:528]: User policy value 'DisableRollback' is 0
MSI (s) (A0:64) [20:01:44:528]: Machine policy value 'DisableRollback' is 0
我尝试了以下解决方案,但都没有成功:
Node.js Setup Wizard ended Prematurely on Windows 7 32 bit
https://support.microsoft.com/en-us/kb/939399
有人可以在这里帮助我,可以给一些建议吗?
提前致谢。
【问题讨论】:
-
当我很久以前检查过这个时,我发现当时在功能列表中取消选中“事件跟踪(ETW)”是有效的。 Please see this answer.
标签: node.js windows-7 windows-installer