Closed trietfidelia closed 8 months ago
This is a bug tracker for WinSparkle; it is neither a questions forum nor Inno Setup support forum.
If you want to use /RESTARTAPPLICATIONS
, you should use win_sparkle_set_shutdown_request_callback()
to not shutdown the app before running the installer.
Hi @vslavik, I'm using WinSparkle in my windows application for silent update. It works very well, but the app doesn't start again after installing
Here is my appcast:
I read through Inno Setup's documents and found out if Setup is silent then after the installation is complete, a Reboot pop-up will appear, but nothing happens
I've check the log file and saw "Need to restart Windows? No" line:
I want to change the value of "Need to restart Windows" to yes, but I don't know how? Do you have any tips that can help me in this situation? Thank you very much