electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
678 stars 86 forks source link

[Question] How to remove electron userData folder when uninstalling #75

Closed jacobq closed 6 years ago

jacobq commented 7 years ago

I'm using electron-settings and ember-localstorage-adapter in my application, which results in data being saved to C:\Users\User\AppData\Roaming\myapp. However, this folder persists after uninstallation. Is there a way to configure electron-windows-installer to remove it (possibly prompting the user for confirmation) when uninstalling?

jacobq commented 7 years ago

See also https://github.com/electron/windows-installer/issues/113

wuharvey commented 4 years ago

Bumping this.