Ideally this is a setting that can be applied via a flag with the installer, so when deploying via SCCM to ~200 machines, I can run something to the effect of
'AeonInstaller.msi /qn /norestart NO_UPDATE=1'
If not that, please at least something easy to flip like a registry key set to 1/0 or true/false, rather than a line in a config file that then has to either be copied in (thus potentially trampling any current configuration) or carefully targeted via script to surgically edit the file.
Being set by the server it's connecting to would also suffice, obviously.
Yes, please.
Ideally this is a setting that can be applied via a flag with the installer, so when deploying via SCCM to ~200 machines, I can run something to the effect of
'AeonInstaller.msi /qn /norestart NO_UPDATE=1'
If not that, please at least something easy to flip like a registry key set to 1/0 or true/false, rather than a line in a config file that then has to either be copied in (thus potentially trampling any current configuration) or carefully targeted via script to surgically edit the file.
Being set by the server it's connecting to would also suffice, obviously.