A few groups we support need to stay on FileMaker Pro 11, so we're packaging for deployment. We want to stifle the update prompt (image). When we capture ~/Library/Preferences/com.filemaker.client.pro.plist then toggle the update checkbox in FileMaker Pro 11 preferences, then capture the plist again, we only see a single key change.
Checkbox on:
<key>Preferences:GenOptions</key>
<integer>2438</integer>
Checkbox off:
<key>Preferences:GenOptions</key>
<integer>2470</integer>
BTW, the checkbox we want/need to disable is actually in FileMaker Pro prefs (not in the above dialog box...that should never appear):
It doesn't seem to do the trick...am I missing something? Where's the magic bullet for disabling update checking in FileMaker Pro 11? :)
TIA
Don