How to deploy an Electron app as an executable or installable in Windows?

Amirado picture Amirado · Jul 8, 2015 · Viewed 47.5k times · Source

I want to generate a unique .exe file to execute the app or a .msi to install the application. How to do that?

Answer

Alex Warren picture Alex Warren · Jul 8, 2015

You can package your program using electron-packager and then build a single setup EXE file using InnoSetup.