Version: node-v6.11.1-x64.msi
InstallLog.txt
Platform: 64-bit (Windows 7)
I am trying to install node JS on my windows-7 desktop. but unable to install it error msg is : Node.js setup wizard ended prematurely, here is my InstallLog.txt. thanks
Try to look into these issues, maybe there is some help there:
This appears to be caused by lodctr.exe
:
MSI (s) (8C:64) [13:39:17:701]: Executing op: ActionStart(Name=RegisterPerfmonManifest,,)
Action 13:39:17: RegisterPerfmonManifest.
MSI (s) (8C:64) [13:39:17:717]: Executing op: CustomActionSchedule(Action=RegisterPerfmonManifest,ActionType=3073,Source=BinaryData,Target=CAQuietExec,CustomActionData="lodctr.exe" /m:"C:\Program Files\nodejs\node_perfctr_provider.man" "C:\Program Files\nodejs")
MSI (s) (8C:44) [13:39:17:737]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI579C.tmp, Entrypoint: CAQuietExec
MSI (s) (8C:B8) [13:39:17:738]: Generating random cookie.
MSI (s) (8C:B8) [13:39:17:830]: Created Custom Action Server with PID 1248 (0x4E0).
MSI (s) (8C:F0) [13:39:18:134]: Running as a service.
MSI (s) (8C:F0) [13:39:18:138]: Hello, I'm your 32bit Elevated Non-remapped custom action server.
CAQuietExec:
CAQuietExec: Error 0x8007000d: Command line returned an error.
CAQuietExec: Error 0x8007000d: QuietExec Failed
CAQuietExec: Error 0x8007000d: Failed in ExecCommon method
CustomAction RegisterPerfmonManifest returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 13:39:18: InstallFinalize. Return value 3.
However, I cannot tell why lodctr
failed based on this log. Maybe someone else from @nodejs/platform-windows can.
If the problem persists, try to disable performance counters in the feature list.
No follow-up so I'll assume it's working now.
yes, it worked -- disable performance counters
I have Win 10 x64, installing node-v8.11.2-x64, I unticked both ETW and performance counters (because when I unticked only the performance counters it still didn't work), and it works now.
I have Win 10 x64, installing node-v8.11.2-x64, I unticked both ETW and performance counters (because when I unticked only the performance counters it still didn't work), and it works now.
Ditto.
Same here. Disabled both and it worked. Took me a couple days to find this solution but at least I am insatll Broswersync now.
Incidentally, is anyone having problems with VS Code?
Most helpful comment
I have Win 10 x64, installing node-v8.11.2-x64, I unticked both ETW and performance counters (because when I unticked only the performance counters it still didn't work), and it works now.