Node.js 64 bit 0.8.15

Full internal name:org.nodejs.NodeJS64
Project site:http://nodejs.org
Screen shots:
Download: Download Node.js 64 bit 0.8.15

http://nodejs.org/dist/v0.8.15/x64/node-v0.8.15-x64.msi

VirusTotal results
Change log:https://nodejs.org/changelog.html
Description:

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

License:MIT license
Version:0.8.15
SHA-1 or SHA-256:9c1020cc2c7443238093f0cde3875097788e5c7f
Type:one file
Dependencies:
Tags:
Text files:
.Npackd\AddProperty.vbs:
Option Explicit

Const MSI_FILE = "node.msi"

Dim installer, database, view

Set installer = CreateObject("WindowsInstaller.Installer")
Set database = installer.OpenDatabase(MSI_FILE, 1)

'Set view = database.OpenView("INSERT INTO Property (Property, Value) VALUES ('TARGETDIR', 'C:\')")
'view.Execute
'Set view = database.OpenView("DELETE FROM Directory WHERE Directory='TARGETDIR'")
'view.Execute
Set view = database.OpenView("UPDATE Directory SET Directory_Parent='TARGETDIR', DefaultDir='.' WHERE Directory='NodeRoot'")
view.Execute
database.Commit

Set database = Nothing
Set installer = Nothing
Set view = Nothing
.Npackd\Install.bat:
for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
ren "%setup%" node.msi
 
.Npackd\AddProperty.vbs
if %errorlevel% neq 0 exit %errorlevel%

call "%npackdih%\InstallMSI.bat" TARGETDIR
if %errorlevel% neq 0 exit %errorlevel%

set onecmd="%npackd_cl%\npackdcl.exe" "path" "--package=com.googlecode.windows-package-manager.CLU" "--versions=[1, 2)"
for /f "usebackq delims=" %%x in (`%%onecmd%%`) do set clu=%%x
"%clu%\clu" add-path --path "%CD%"
verify
.Npackd\Uninstall.bat:
call "%npackdih%\UninstallMSI.bat"
if %errorlevel% neq 0 exit %errorlevel%

set onecmd="%npackd_cl%\npackdcl.exe" "path" "--package=com.googlecode.windows-package-manager.CLU" "--versions=[1, 2)"
for /f "usebackq delims=" %%x in (`%%onecmd%%`) do set clu=%%x
"%clu%\clu" remove-path --path "%CD%"
verify
Last modified:Sat May 15 08:54:54 UTC 2021
Last modified by:tim.lebedk...
Created:Sat Jul 30 19:55:08 UTC 2016
Created by:tim.lebedk...
Automated tests:1 of 1 installations succeeded, 1 of 1 removals succeeded