Open luisabtrace opened 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.
Aren't all MSI entries show up as generic MSI icons.
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.