-
Notifications
You must be signed in to change notification settings - Fork 274
Description
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.