v4.0.3 brings the ability to auto update the plugin, which is great but running the upgrade will require admin privileges. I don’t know of any other clinic that gives all staff admin rights, so I’m not even sure how useful this would be. The plugin will check daily at a certain time for an update, and if there is one, will prompt the staff to download and install the update, where it will fail because of insufficient privileges.
There is a new AutoUpgradeConfig.xml file located in C:ProgramDataeClinicalWorksplugin that gets generated ONLY AFTER you open up the auto updates settings from within the plugin. The autoupgradeconfig.xml isn’t there by default, but get’s created when changing the settings from the GUI. If I copy the file over, the GUI doesn’t pick up those changes and still shows auto updates are on.
<?xml version="1.0" encoding="utf-8"?>
<autoupdatetriggers status="OFF">
<updatecheck trigger="Daily" at="13:00" />
<applyreleaseAfterHours status="on" begin="18:00" end="22:00" />
</autoupdatetriggers>
Does anyone know of another option or method for disabling these automatic update checks?