Windows/NSIS: installerHeaderIcon is pixelated
See original GitHub issue- Version: 20.39.0
- Target: Windows/NSIS/x64
The installerHeaderIcon
appears pixelated/ugly. I didn’t specify one so I am assuming it’s using the application’s icon, which is a 512x512 png file that’s crystal clear:
I tried reducing the icon size to 256x256 but it’s still pixelated in the end:
What’s the suggested size for the installerHeaderIcon
? Is there a way to make it look clear and not pixelated?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
Custom icon for installer page header - NSIS Forums
So I want to set all icons that are in file !define MUI_ICON "icon.ico" like icon 1 (see screenshot), because I don't like...
Read more >electron: app's icon resolution goes down compared to after ...
I'm building an electron app, and the above image on the left is how my icon looks in the app when i'm testing...
Read more >Windows - Game Icon is Blurry | GameMaker Community
I have tried to make a custom icon for my game. ... when I accidental created it as an NSIS Installer, it wasn't...
Read more >InstallOptions 2 - NSIS
InstallOptions is an NSIS plugin which allows you to create custom pages for NSIS installers, to prompt the user for extra information.
Read more >NSIS Dialog Designer | CoolSoft - Altervista
NSIS Dialog Designer is an IDE that provides a graphical tool to easily design your custom setup pages for the great NSIS installer...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have this same issue, even when specifying the icon for the NSIS target to be a .ico file with multiple resolutions, is there a specific resolution that is required by NSIS?
Problem still exists in electron-builder version 22.10.5