npm electron-builder 19.41.0

latest releases: 27.0.0-alpha.6, 26.15.7, 26.15.6...
8 years ago

MSI is better than NSIS because less risk of antivirus false positive and easier for sysadmins to install/deploy. But MSI is very complex, not easy to build and customize (because it is product of MS), so, NSIS is still default target for Windows.

Currently MSI supports only per-machine one-click installer (without auto-update support).

Maybe in the future MSI will be promoted to use instead of NSIS for some use cases (e.g. if you need only one-click per-machine setup without auto-updater, use MSI instead of NSIS).

Bug Fixes

  • optionalDependencies seems broken in 19.39.0+ (7c1622d), closes #2220

Features

Don't miss a new electron-builder release

NewReleases is sending notifications on new releases.