Inno Setup

最新版本 Node.js 13.5.0 (64-bit)

Node.js 13.5.0 (64-bit)

Node.js 13.5.0 (64-bit)
Inno Setup 是一個工具,專為創建專業安裝程序而設計,可以在 Windows 2000 和 Windows 8 之間的所有 Windows 平台上運行(包括此操作系統的業務版本,32 位和 64 位版本也完全支持)。雖然這個開放源代碼程序可以被任何人免費使用,但是 Inno Setup 是非常穩定的,並且提供比其他大多數類似的付費選擇更多的功能。  這使得它非常受歡迎,他們需要訪問完美的工具,廣泛的操作系統支持和先進的功能,如完整的卸載工具,磁盤跨越,單個 EXE 安裝程序,單個包內的多個二進製文件的支持,INI / 註冊表管理,集成腳本引擎(基於 Pascal),密碼和加密軟件包,支持多種壓縮算法,多語言安裝界面等等.

Inno Setup 的第一個版本是由開發人員 Jordan Russell 在 IDE 軟件包 Embarcadero Delphi 於 1997 年創建的。從那一刻起,這個免費軟件獲得了無數的更新和簡化的可視化界面,今天可以很容易地被那些對軟件開發和經驗豐富的專業人員很少技術知識的用戶使用。用 Inno 創建的安裝程序可以是傳統的“嚮導”類型,可以創建快捷方式,啟動或刪除文件,並可以密碼保護或加密。界面並不是非常直觀,但各種前端已經開發出來,使這個產品的工作更容易.

Inno Setup 是一個 100%免費的應用程序,甚至可以用於商業,雖然它的原始開發者是開放的接受捐贈資金活躍這個受歡迎的開發工具的開發.

Inno Setup 功能:
支持自 2000 年以來的每個 Windows 版本,包括:Windows 8,Windows Server 2012,Windows 7,Windows Server 2008 R2,Windows Vista,Windows Server 2008,Windows XP,Windows Server 2003,和 Windows 2000.(不需要服務包)。在 64 位版本的 Windows 上安裝 64 位應用程序的廣泛支持。支持 x64 和 Itanium 體系結構。 (在 Itanium 體系結構上,Windows Server 2003 需要 Service Pack 1 或更高版本才能以 64 位模式進行安裝。)支持創建單個 EXE 以安裝程序,以便於在線分發。磁盤跨越也支持。標準的 Windows 2000 / XP 風格的嚮導界面。可定制的設置類型,例如完整,最小,自定義。完整的卸載功能。安裝文件:包括對“deflate”,bzip2 和 7 -Zip LZMA / LZMA2 文件壓縮的集成支持。安裝程序能夠比較文件版本信息,替換正在使用的文件,使用共享文件計數,註冊 DLL / OCX 和類型庫,並安裝字體。在任何地方創建快捷方式,包括在“開始”菜單和桌面上。創建註冊表和.INI 條目。在安裝之前,之中或之後運行其他程序。支持多語言安裝,包括從右向左的語言支持。支持 passworded 和加密的安裝。支持數字簽名的安裝和卸載。無提示安裝和卸載。 Unicode 安裝。集成預處理器選項,用於高級編譯時自定義。集成的 Pascal 腳本引擎選項,用於高級運行時安裝和卸載定制。完整的源代碼可用(Borland Delphi 2.0-5.0 和 2009)。

ScreenShot

軟體資訊
檔案版本 Node.js 13.5.0 (64-bit)

檔案名稱 node-v13.5.0-x64.msi
檔案大小 28.39 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10 / XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 Jordan Russell
官網 http://www.jrsoftware.org/isinfo.php
更新日期 2019-12-18
更新日誌

What's new in this version:

Notable Changes:
cli:
- add --trace-exit cli option (legendecas)

http,https:
- increase server headers timeout

readline:
- update ansi-regex
- promote _getCursorPos to public api

repl:
- add completion preview

util:
- add Set and map size to inspect output

wasi:
- require CLI flag to require() wasi module

Commits:
- async_hooks: ensure proper handling in runInAsyncScope
- benchmark: use let/const instead of var in buffers (dnlup)
- build: auto-load ICU data from --with-icu-default-data-dir
- build: fix missing x64 arch suffix in binary tar name
- build,win: fix goto exit in vcbuild
- build,win: support building MSI with VS2019
- (SEMVER-MINOR) cli: add --trace-exit cli option
- cluster: remove unnecessary bind
- console: unregister temporary error listener
- crypto: cast oaepLabel to unsigned char*
- doc: add note about fs.close() about undefined behavior
- doc: explain napi_run_script
- doc: add "Be direct." to the style guide
- doc: clarify expectations for PR commit messages
- doc: fix description of N-API exception handlers
- doc: improve doc writable streams: 'finish' event (dev-313)
- fs: remove unnecessary bind
- http: use for...of in http library code
- http: remove unnecessary bind
- http,https: increase server headers timeout
- http2: remove unnecessary bind from setImmediate
- lib: replace Symbol.species by SymbolSpecies
- lib: replace Symbol.hasInstance by SymbolHasInstance
- lib: replace Symbol.asyncIterator by SymbolAsyncIterator
- lib: enforce use of Promise from primordials
- lib: add TypedArray constructors to primordials
- lib: change var to let/const
- lib: use strict equality comparison
- lib: refactor NativeModule
- lib: replace Symbol.toPrimitive to SymbolToPrimitive primordials
- lib: update Symbol.toStringTag by SymbolToStringTag primordial
- perf_hooks: remove unnecessary bind
- process: refs --unhandled-rejections documentation in warning message
- process: fix promise catching
- (SEMVER-MINOR) readline: promote _getCursorPos to public api
- (SEMVER-MINOR) readline: update ansi-regex
- (SEMVER-MINOR) repl: fix preview bug in case of long lines
- (SEMVER-MINOR) repl: add completion preview
- (SEMVER-MINOR) repl: improve completion
- (SEMVER-MINOR) repl: simplify code
- (SEMVER-MINOR) repl: simplify repl autocompletion
- (SEMVER-MINOR) repl: remove dead code
- repl: fix autocomplete when useGlobal is false
- (SEMVER-MINOR) repl,readline: refactor for simplicity
- (SEMVER-MINOR) repl,readline: refactor common code
- src: unregister Isolate with platform before disposing
- src: make debug_options getters public
- stream: use for...of
- stream: do not chunk strings and Buffer in Readable.from
- stream: make all streams error in a pipeline
- test: simplify test-wasi-start-validation.js
- test: improve WASI start() coverage
- test: improve test coverage in child_process
- (SEMVER-MINOR) test: add multiple repl preview tests
- test: improve dns lookup coverage
- test: avoid leftover report file
- test: add missing test flags
- test: add test for validation for wasi.start() argument
- test: improve assertion error message in test-debug-usage
- test: make test-os-checked-function work without test harness
- test: delay loading 'os' in test/common module
- tls: for...of in _tls_common.js
- tools: enable Markdown linter's usage information
- util: add Set and map size to inspect output
- util: refactor inspect code for constistency
- (SEMVER-MINOR) util: inspect (user defined) prototype properties
- (SEMVER-MINOR) util: fix built-in detection
- v8: use of TypedArray constructors from primordials
- wasi: require CLI flag to require() wasi module

Node.js 13.5.0 (64-bit) 相關參考資料
Download | Node.js

macOS Installer (.pkg), 64-bit. macOS Binary (.tar.gz), 64-bit. Linux Binaries (x64), 64-bit. Linux Binaries (ARM) ... Linux on Power LE Systems, 64-bit. Linux on ...

https://nodejs.org

Node v13.5.0 (Current) | Node.js

Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v13.5.0/node-v13.5.0-linux-ppc64le.tar.xz. Linux s390x 64-bit Binary: ...

https://nodejs.org

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Download for Linux (x64). 12.14.1 LTS Recommended For Most Users.

https://nodejs.org

Node.js (64-bit) Download (2020 Latest) for Windows 10, 8, 7

Download Node.js (64-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Latest Version 2020.

https://www.filehorse.com

Node.js 13.0.1 (64-bit) Download for Windows 10, 8, 7

Download Node.js 13.0.1 (64-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Software Version.

https://www.filehorse.com

Node.js 13.3.0 (64-bit) Download for Windows 10, 8, 7

Download Node.js 13.3.0 (64-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Software Version.

https://www.filehorse.com

Node.js 13.5.0 (32-bit) Download for Windows 10, 8, 7

Download Node.js 13.5.0 (32-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Software Version.

https://www.filehorse.com

Node.js 13.5.0 (64-bit) Download for Windows Change Log ...

What's new in this version: Notable Changes: cli: - add --trace-exit cli option (legendecas) http,https: - increase server headers timeout readline:

https://www.filehorse.com

Node.js 13.5.0 (64-bit) Download for Windows 10, 8, 7

Download Node.js 13.5.0 (64-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Software Version.

https://www.filehorse.com

Node.js 13.6.0 (64-bit) Download for Windows Old Versions ...

Download Node.js 13.6.0 (64-bit). Node.js (64-bit). January, 8th 2020 - 100% Safe ... Node.js 13.5.0 (64-bit). Date released: 18 Dec 2019 (one month ago).

https://www.filehorse.com