Skip to content

Auto updating application (by an NSIS installer) fails silently #209

@hankbao

Description

@hankbao

Firstly, I want to thank you for providing this neat project. I'm using winsparkle to auto-update my application since its first version. After I updated the application to run as administrator, I encountered this particular problem.

Let's say there is a version 0.1 running as administrator. The version 0.2 installer comes with an NSIS installer and the installer itself is also set to run as administrator. Without the silent switch (/S) set in my appcast.xml, the updating rolls out smoothly. However, if the silent switch is on, the updating fails silently. Not a single file will be updated after the application exited. I can see the installer launching and exit shortly in ProcessMonitor.

I've checked the installer downloaded and it's OK. I can even run it manually with the silent switch on successfully.

Any hints would be greatly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions