Hello,
I am wondering where the value for the updates frequency check is stored in updater.exe. In this thread: viewtopic.php?t=34128
it is mentioned that in the updater.ini file, there is a "CheckFrequency" line. However, my updater.ini doesn't have a check frequency line. If I run "updater.exe /configure" I can change the check frequency and it gets saved, however there is no update to the updater.ini file in the same folder. I have 2 questions:
1. For testing purposes, it would be useful to reset the value of the next update check. My update check found my updates and I made a change in the config UI of the updater.exe, and now my next update check (which is intended to happen on each startup of my program) is disabled until tomorrow. How can I reset this value so the next update check will happen immediately, when the updater is called as "updater.exe /silent". I want to continue calling the updater this way to avoid any windows that popup saying "Checking for update".
2. Where is the value of the update check frequency stored if not in the updater.ini file? I can see that the value is being saved because it persists after I change the setting, close the updater UI, and re-open it. It is not reflected in the updater.ini file
Thanks for all the help