electron-userland / electron-wix-msi

:dvd: Create traditional MSI installers for your Electron app
MIT License
319 stars 93 forks source link

What should the EXE be? #41

Open avner-hoffmann opened 5 years ago

avner-hoffmann commented 5 years ago

Should the exe configuration given to the new MSICreator point to he application setup .exe file (generated from electron packager / electron builder) or the .exe file of the installed application itself?

linonetwo commented 2 years ago

@felixrieseberg this is very confusing!

I thought it would be the .msi 's name, otherwise there will be no way to set the msi's name!

linonetwo commented 2 years ago

How to set msi name?