by TimStone » Thu Jan 21, 2021 11:04 pm
I have a small program that runs on their server ( or primary ) computer. It cycles every 3 hours. It reaches out to my server and downloads a "data" file that tells it if there are any updates, and also includes a very compressed file of their license data. In addition, after midnight, it runs a backup and a series of automated processes where it transmits contracted data to 3rd party companies ( if they use them ).
If there is a new executable file ( stored in zip format ), it is downloaded and uncompacted. ( I use this to also transfer help file updates, tax tables, etc ).
Because the server reaches out and downloads the files, Windows security has no problems with it. However, if they use 3rd party security it might have to be configured. I make it clear I provide no support for 3rd party security.
I actually started this process with a server in my garage, and a dial in connection, in the late 1980's. Now, of course, we use an internet connection to my hosted server. It is very fast, file sizes are small, so I never have any issues.
Tim