Copy link to clipboard
Copied
We recently rolled out an autoupdate version of the Adobe Acrobat Reader DC on a few testclients. Before that we used fixed versions where the update feature was disabled via the FeatureLockDown settings.
After the installation of the autoupdate version the registry keys needed for autoupdate are all set to 1 (as intended):
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown\bUpdater
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown\cServices\bUpdater
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown\bUpdater
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown\cServices\bUpdater
And this works fine for the first update. The reader updates itself to the newest version after some time. The problem is that the bUpdater values are reset to 0 after the update, thus preventing future autoupdates.
Is there a setting in the Adobe Reader to prevent this behaviour?
Copy link to clipboard
Copied
We're having the same issue. Have you found anything to resolve this?
(We deployed with a custom transform, but now we want to change to aut-update.)
Copy link to clipboard
Copied
You cannot change this without complete product uninstall.
Transforms are registered by Windows Installer Service with initial install of a product and always applied during Repair or Update transactions. It is standard MSI functionality.
Copy link to clipboard
Copied
That's unfortunate. We were hoping to avoid that across 20,000+ computers. 😞
Copy link to clipboard
Copied
Hi, do you have sources for this claim? I have a similar issue and i am not happy to reinstall hunderts of installations. My go to is to cunitously push those keys on the clients and force the updates on that way.
Copy link to clipboard
Copied
From Applying Transforms - Win32 apps | Microsoft Learn
"Note that the transforms list cannot be modified once installed and can only be removed by uninstalling the application."