We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Aren't all MSI entries show up as generic MSI icons.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: