Squirrel / Squirrel.Windows

An installation and update framework for Windows desktop apps
MIT License
7.36k stars 1.03k forks source link

Uninstall on Win7 leaves behind start menu folder #1028

Open omichelsen opened 7 years ago

omichelsen commented 7 years ago

We have an issue, where after uninstall the app folder in the start menu is left behind. The shortcut to the app is correctly deleted, but the user still have an empty folder.

I am only seeing this on Windows 7, Windows 10 is fine.

Thieum commented 5 years ago

@omichelsen is it still an issue with the most recent version of Squirrel?

adam-lynch commented 4 years ago

I see that the shortcut isn't even deleted. Version 1.9.0* on Windows 10.

* I'm pretty sure it's 1.9.0. I'm using electron-builder and I see 1.9.0 being referenced here: https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder-squirrel-windows/src/SquirrelWindowsTarget.ts#L110