Hello,
I am trying to allow for my program to call updater.exe each time it starts silently. I am aware of the /silent option, however in the documentation here:
http://www.advancedinstaller.com/user-g ... dater.html
it says that the -nofreqcheck switch is only valid with the /silentall and /silentcritical options. However, in a reply to this forum post:
http://www.advancedinstaller.com/forums ... hp?t=28718
it is said that -nofreqcheck can be used with /silent.
My first question I am trying to have answered, is if this is actually the case, because when I call "updater.exe /silent -nofreqcheck" I get no results, nothing comes back saying there is an update available. This is after the user has set the updater to not look for updates again until tomorrow. However when I call just "updater.exe", it finds the update no problem. It seems as though the -nofreqcheck is not working with the /silent option. If I call "updater.exe /silentall -nofreqcheck", then I get the "checking for updates" dialog as well as a new update available.
My second question is, if the user decides to tell the updater to not check for anymore updates until tomorrow, is there a way to reset that value? I know about the /configure option, but it doesn't seem to allow when the next check frequency will be. This would be useful in testing scenarios, because currently the person responsible for testing the program needs to uninstall and re-install to revert that value back to anytime before the next day.
Thanks for the great support