electron-archive / grunt-electron-installer

Grunt plugin to build Windows installers for Electron apps
MIT License
402 stars 106 forks source link

Nothing happens running installer exe when app is already installed #29

Closed bostondv closed 9 years ago

bostondv commented 9 years ago

When the app is already installed and the user tries to run the installer again, nothing happens. This has been confusing for a few of the testers in our app.

Could the installer display a dialog to let them know it's already installed or even just launch the app?

Or is it possible to handle this ourselves within the squirrel events handles?

anaisbetts commented 9 years ago

@bostondv This is a bug in Squirrel I'm going to fix at some point, track it here: https://github.com/Squirrel/Squirrel.Windows/issues/317