nsis uninstaller not deleting registry for electron app - nsh script
问题 I've set my electron app to auto-start on windows: app.setLoginItemSettings({ openAtLogin: true, path: process.execPaths }) This adds an entry to registry at location Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\electron.app my app I'm using electron-builder to package my app. It's mention there that I can add a script installer.nsh at the time of nsis uninstallation. Here's my custom installer.nsh : !macro customUnInstall SetRegView 64 DeleteRegKey /ifempty SHCTX