kdadirector.blogg.se

Advanced installer create msi
Advanced installer create msi











advanced installer create msi

To generate this version of your application, install the Electron Packager module in your computer globally with: npm install electron-packager -g You can create the release version of your Electron Application using the Electron Packager module. Electron Packager is a command line tool and Node.js library that bundles Electron-based application source code with a renamed Electron executable and supporting files into folders ready for distribution.

advanced installer create msi

Package (Build) your Electron ApplicationĪs first step, you need to have an electron project that is ready to be packed.

advanced installer create msi

In this article, we'll explain you how to create the Windows version of an installer for your Electron Framework application easily using the Electron WiX MSI package. It creates a standalone MSI that installs your application to Program Files or any user-defined directory, much like the installers for Office, Node.js, or other popular apps. The most common way of creating a windows installer for an Electron based application is through the windows-installer module, that doesn't require Administrator privileges and comes bundled with an automatic updater. However, if you need to create a traditional MSI the way Microsoft intended for software to be installed, this module is your friend.













Advanced installer create msi