stavo cercando di installare node.js sul mio Windows 7. Ma, ogni volta che sto cercando di installarlo dà errore seguente:node.js installer non riuscendo con 'CAQuietExec fallito' e il 1603 il codice di errore su Windows 7
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
ho provato le seguenti soluzioni, ma nessuno dei due ha lavorato:
Node.js Setup Wizard ended Prematurely on Windows 7 32 bit
https://support.microsoft.com/en-us/kb/939399
Qualcuno può aiutarmi, può darmi qualche suggerimento?
Grazie in anticipo.
Nota: io sto usando https://nodejs.org/dist/latest/node-v4.1.0-x86.msi
Questo non funziona –