Acrobat DC Continuous Track Updater and Update Mode Status - Mac and Windows - superseded
| 0 Votes |
Versioning - This is an older version.
| 1 | Acrobat DC Continuous Track Updater and Update Mode Status - Mac and Windows | 5/12/2016 2:43:00 PM |
| 2 | Acrobat DC Continuous Track Updater and Update Mode Status - Mac and Windows | 5/12/2016 3:16:23 PM |
Description
For bUpdater: 0 means updater is disabled, 1 means updater is enabled
http://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Macintosh/Updater-Mac.html
http://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/Updater-Win.html
Property Details
| 2998125 | |
| Beta - Preliminary testing ready for more | |
| Acrobat DC Continuous Track Updater and Update Mode Status - Mac and Windows | |
| BESC | |
| Acrobat Pro DC Continuous Track Updater and Update Mode | |
| cdh on 5/12/2016 2:43:00 PM | |
| cdh on 5/12/2016 2:49:53 PM | |
| 4765 Views / 0 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Properties
Acrobat DC bUpdater
Period
1 day
| * Results in a true/false |
if (windows of operating system) then (unique values of (it as string) of values "bUpdater" of keys "HKLM\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown" of (x32 registries; x64 registries)) else (if (mac of operating system) then (if (it as lowercase = "true") then "1" else (if (it as lowercase = "false") then "0" else nothing)) of (it as string) of booleans of values of entries whose (key of it is "bUpdater") of dictionary "FeatureLockdown" of dictionary "DC" of dictionaries of files "/Library/Preferences/com.adobe.Acrobat.Pro.plist" else "Not Configured")
Acrobat DC Updater Mode
Period
1 day
| * Results in a true/false |
/* (if (it = "0" OR it = "1") then "Do not download or install updates automatically" else (if (it = "2") then "Automatically download updates but let the user choose when to install them." else (if (it = "3") then "Automatically download and install updates." else (if (it = "4") then "Notify the user downloads are available but do not download them." else "Not Configured") ))) of (unique values of (it as string) of values "Mode" of keys of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe ARM\Legacy\Acrobat" of (x32 registries; x64 registries)) */ if (windows of operating system) then ((if (it = "0" OR it = "1") then "Do not download or install updates automatically" else (if (it = "2") then "Automatically download updates but let the user choose when to install them." else (if (it = "3") then "Automatically download and install updates." else (if (it = "4") then "Notify the user downloads are available but do not download them." else "Not Configured") ))) of (unique values of (it as string) of values "Mode" of keys of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe ARM\Legacy\Acrobat" of (x32 registries; x64 registries))) else ((if (it = "0") then "Automatically download and install updates." else (if (it = "3") then "Do not check for updates." else "Not Configured")) of (unique values of (it as string) of (integers "UpdateMode" of dictionaries of files "/Library/Application Support/Adobe/ARMDC/Registered Products/com.adobe.acrobat.dc.plist")))
Relevance
windows of operating system or mac of operating system
| Used in 2 analyses | * Results in a true/false |
if (mac of operating system) then (exists application whose (name of it = "Adobe Acrobat.app" AND version of it >= "15.000.00000" and version of it < "16")) else (if (windows of operating system) then (exists regapp whose (name of it = "Acrobat.exe" and version of it >= "15.000.00000" and version of it < "16")) else false)
Sharing
| Social Media: |

