Node.js 0.8.7
Full internal name: | org.nodejs.NodeJS |
Project site: | http://nodejs.org |
Screen shots: | |
Download: | Download Node.js 0.8.7 http://nodejs.org/dist/v0.8.7/node-v0.8.7-x86.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.8.7 |
SHA-1 or SHA-256: | 19f90a0cfa41c7eaf683393d46d06aecc2f99f84 |
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:58 UTC 2021 |
Last modified by: | tim.lebedk... |
Created: | Sat Jul 30 19:47:49 UTC 2016 |
Created by: | tim.lebedk... |
Automated tests: | 0 of 1 installations succeeded, 0 of 0 removals succeeded |