question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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. remove_programs apps_features

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:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Zamiellcommented, Feb 3, 2017

No problem, we appreciate all of your hard work. ❤️

0reactions
ghostcommented, Jul 20, 2018

This is still happening for me on a legacy Squirrel build.

I’m on the following versions:

 "electron": "^2.0.5",
 "electron-builder": "20.24.2",
 "electron-builder-squirrel-windows": "20.24.2",

This is my config:

"build": {
    "nodeGypRebuild": false,
    "squirrelWindows": {
      "iconUrl": "http://app.ico"
    },
    "win": {
      "target": "squirrel"
    }
  }
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found