微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

node.js安装程序因Windows 7上的“CAQuietExec Failed”和1603错误代码而失败

我试图在我的 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

http://blogs.technet.com/b/odsupport/archive/2010/12/30/troubleshooting-office-installation-failures.aspx

https://support.microsoft.com/en-us/kb/939399

有人可以帮帮我,可以给点建议吗?

提前致谢.

注意:我使用的是https://nodejs.org/dist/latest/node-v4.1.0-x86.msi

解决方法

运行Regedit.搜索node.js和node.exe.删除所有条目.

从PATH环境变量中删除所有条目.

这种情况通常是由于node.js的安装或卸载不完整而导致的.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐