Application Icon Missing from Windows 10 "Remove Programs" and "Settings->Apps & Features" menus
See original GitHub issue- 11.2.4:
- Windows -> NSIS:
When installed from NSIS installer, the application is missing an icon in the windows “Remove Programs” menu, as well as the “Settings->Apps & Features” menu.
The application icon IS visible everywhere else (NSIS installer, desktop shortcut, start menu, application executable etc). It may be worth noting that when installed from the Squirrel installer, the application icon is NOT missing from the 2 previously mentioned locations.
Relevant portions of my package.json:
"build": {
"appId": "xxx",
"nsis":{
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true
},
"squirrelWindows":{
"iconUrl": "https://s3.amazonaws.com/xxxx",
"msi": false
},
"win":{
"target": [
"nsis",
"squirrel"
],
"icon": "build/icon.ico"
}
}
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Programs and "all apps" missing from Start menu Windows 10
Press Windows logo key on the keyboard and check if All apps option is located in the bottom left corner of the Start...
Read more >How to Restore a Missing Settings Icon in Windows 10 & 11's ...
1. Uninstall the Latest Update · 2. Modify the Start Menu Settings · 3. Pin Settings to the Start Menu · 4. Restore...
Read more >Remove entry from Windows 10 Apps & Features - Super User
Open Control Panel · Then go to Programs>Programs and Features · find your Software or Game · Right Click and choose Deinstall/Change ·...
Read more >How to Fix Windows 10 Apps Missing from the Start Menu Error
Simply right-click on the app to select the Uninstall option. You can also go old school here and use Control Panel, especially if...
Read more >[Windows 10 Fix] Apps Icons are Missing in Start Menu after ...
To fix the issue, you just need to register the apps again in your computer which will automatically add all missing apps to...
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
No problem, we appreciate all of your hard work. ❤️
This is still happening for me on a legacy Squirrel build.
I’m on the following versions:
This is my config: