Search code examples
windowsdeploymentdesktop-applicationelectron

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


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


Solution

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