electron-userland / electron-wix-msi

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

Notifications - MSI Application Identity is Not Consistent with EXE #43

Open dapperdandev opened 5 years ago

dapperdandev commented 5 years ago

When I use the msi installer generated with electron-wix-msi, the Application Identity displayed at the bottom of the notification is prefixed with electron.app. However, using the EXE only displays MyApp. The latter is correct. The MSI should not prefix the application identity with electron.app

image

viktor-shmigol commented 1 year ago

I'm having the same bug. Selection_055