My organization would like to roll out the new Excel Add-in to a group of users that do not have administrative access to their work computers. Therefore, it is important to be able to disable the updates check during initialization of the add-in. I have determined a way to do this, but wanted to ask if there is a better way.
I notice the updater.ini file has a setting "CheckFrequency=2". I assume some other setting 0, 1, 3, 9999, something else but "2" will turn it off. I can do some trial and error to try and determine this, but wanted to know if there is official guidance on this setting. Thanks in advance....
Here's the contents of my local install's updater.ini file.
AppDir=C:\Program Files (x86)\Anaplan\ExcelAddin\
ID={4C10EBFB-65E7-400D-8F96-D2997186E0DD}
ApplicationName=ExcelAddin
CompanyName=Anaplan
ApplicationVersion=4.1.2.295
DefaultCommandLine=/checknow
CheckFrequency=2
DownloadsFolder=C:\Users\MyUsername\AppData\Roaming\Anaplan\ExcelAddin\updates\
URL=https://downloads.anaplan.com/add-ins/excel/current/AnaplanExcelAddin.Updates.Release.txt