I want to generate a unique .exe file to execute the app or a .msi to install the application. How to do that?
.exe
.msi
You might be able to "wrap" the entire electron app in a .NET project. Then the single executable that it creates can then just "internally" run the electron app.