electron-wix-msi
Version:
Creates an MSI installer for your Electron app
24 lines (20 loc) • 824 B
Markdown
# 4.0.0
* Breaking: Upgraded dependencies, now requiring Node v14+
* Add localization support
# 3.2.0
* Write toast activator CLSID in shortcut
# 3.1.0
* Make `INSTALLLEVEL` & `REBOOT` configurable (thanks to @HKrausAxon)
* Allow passing of additional parameters to `light.exe` (thanks to @Qazzian)
* Fix Readme typos (thanks to @pvenky and @trias)\
# 3.0.0
* Major upgrade to the created MSIs, allowing the creation
of MSIs that support auto-updates
* Numerous bug fixes
# 2.0.0
* Feature: Raise error when trying to sign without a `certificateFile`
* Feature: Allow custom WiX extensions
* Fix CNDL0014: Avoid illegal starting characters & ensure id uniqueness
* Fix: Peer directories were incorrectly identified as children
* Infra: Update dependencies
* Infra: Require Node v8