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

Kri*_*mar 7 windows-installer windows-7 node.js

我试图在我的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
Run Code Online (Sandbox Code Playgroud)

我尝试了以下解决方案,但都没有奏效:

Node.js安装向导在Windows 7 32位上过早结束

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

Chr*_*ter -2

由于某种原因,供应商决定忽略 Windows 安装程序最佳实践,转而使用某些实用程序来完成安装工作。它失败了。您不是此安装的开发人员,因此这实际上并不是堆栈溢出的问题。