Node.js 0.6.19
Full internal name: | org.nodejs.NodeJS |
Project site: | http://nodejs.org |
Screen shots: | |
Download: | Download Node.js 0.6.19 http://nodejs.org/dist/v0.6.19/node-v0.6.19.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. NPM comes now with the node installer so it is included. |
License: | MIT license |
Version: | 0.6.19 |
SHA-1 or SHA-256: | ef4f5c1e5f12f6ef3478a794d6a81f59669332f9 |
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:57 UTC 2021 |
Last modified by: | tim.lebedk... |
Created: | Sat Jul 30 19:47:29 UTC 2016 |
Created by: | tim.lebedk... |
Automated tests: | 2 of 3 installations succeeded, 2 of 2 removals succeeded |