Adam Lynch
Adam Lynch
> I'm not sure a rollback feature is necessary or particularly helpful to the developer. A developer's worst nightmare is having a fragmented user base, and allowing people to roll...
I'm open to it. I don't have the time right now. A pull-request would be great 😃
I don't understand how this can be happening for some people but I and others use this in production with many users and haven't seen it :/. I'd love if...
Actually, this could be vary based on the NW.js version. Could everyone please tell me what version you've encountered this problem with?
You could store something in localStorage just before updating, then look for it on startup and remove it. How about that?
@thoughtspacewebsites Possibly... can't say for sure. You could just sign it yourself.
I haven't worked on this in awhile so I'm a little rusty but I'm pretty sure it does. But as you said that wouldn't make the unzup command fail, it...
@thoughtspacewebsites please create a pull-request :smile:. Thanks for finding this. Where does NW.js recommend it?
@thoughtspacewebsites yeah, we use InnoSetup. I'd recommend installing it to AppData/Roaming instead to avoid permissions problems.
@tarun1188 I've never done it. Probably? The problem is permissions. Another possible option is to use [node-windows](https://github.com/coreybutler/node-windows) to create a Windows service with elevated permissions to do it, but I've...