electron-userland / electron-wix-msi

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

Custom icon in Apps & Features #151

Open luisabtrace opened 2 years ago

luisabtrace commented 2 years ago

It looks like electron-wix-msi creates a custom entry in Apps & Features (https://github.com/felixrieseberg/electron-wix-msi/blob/master/static/wix.xml#L24). Unfortunately, this custom entry has a generic icon (https://github.com/felixrieseberg/electron-wix-msi/blob/master/src/creator.ts#L784), which is not ideal.

Would it be possible to customise this icon or, failing that, to make the creation of the whole custom entry in Apps & Features optional?

Thanks.

bitdisaster commented 2 years ago

Aren't all MSI entries show up as generic MSI icons.