How to disable automatic updates for mass deployment?
Answers (10)
1. Create a file named adeupdaterconfig.cfg and copy the below lines.
{
"Version":"4.5.126523",
"EnableAutoUpdate":"0",
}
Place this file in C:\Program Files (x86)\Adobe\Adobe Digital Editions 4.5. Remove the ADEAutoUpdater_450.exe file from this location too.
2. Open registry using regedit command.Go to the below path.
[HKEY_CURRENT_USER\Software\Adobe\Adobe Digital Editions 4.5]
"ConfigPath"="https://adedownload.adobe.com/pub/adobe/digitaleditions/adeupdaterconfig.cfg"
"EnableAutoUpdate"="1"
"UpdaterPath"="C:\\Program Files (x86)\\Adobe\\Adobe Digital Editions 4.5\\ADEAutoUpdater_450.exe"
"FeaturesPath"="http://www.adobe.com/products/digital-editions/features.html"
Change the value for ConfigPath to C:\Program Files (x86)\Adobe\Adobe Digital Editions 4.5\adeupdaterconfig.cfg
Change the value for EnableAutoUpdate to 0
Remove the UpdaterPath and FeaturesPath registry keys.So the final registry key will be
[HKEY_CURRENT_USER\Software\Adobe\Adobe Digital Editions 4.5]
"ConfigPath"="C:\Program Files (x86)\Adobe\Adobe Digital Editions 4.5\adeupdaterconfig.cfg"
"EnableAutoUpdate"="0"
These changes should be done prior to first launch of the shortcut.
Top Answer
These are the registry settings I see in the machine where the update prompt is not happening.
Comments:
-
could you please copy/paste the exported reg file content of that key please - josue.mouco 9 years ago
-
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Adobe\Adobe Digital Editions 4.5]
"ConfigPath"="https://adedownload.adobe.com/pub/adobe/digitaleditions/adeupdaterconfig.cfg"
"EnableAutoUpdate"="0"
"FeaturesPath"="http://www.adobe.com/products/digital-editions/features.html"
"Features1"="Your DRM enabled books will now be automatically downloaded to all your devices."
"Features2"=""
"Features3"=""
"Features4"=""
"DownloadPath"="https://adedownload.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe"
"ReaderState"="0"
"UpdaterPath"="C:\\Program Files (x86)\\Adobe\\Adobe Digital Editions 4.5\\ADEAutoUpdater_450.exe"
"UpdateInterval"="0"
Do not remove the file or create any file as I have mentioned in my earlier posts. Will try with this settings first. - apptopack 9 years ago-
Thanks it seems to work! - josue.mouco 9 years ago
after a bit of google'ing I found the following...
https://forums.adobe.com/message/2688029#2688029
It is for an older version, but might still apply...
You may also have to (as the answer suggest) install the standalone version.
Cheers
Phil
Comments:
-
I am using the original exe file "ADE_4.5_Installer.exe" and deploy it with the silent switch /s
In order to replicate the HKCU settings, I use GPO Preferences on USER - josue.mouco 9 years ago
Comments:
-
The value in the ConfigPath key should not have quotes. You have said you didn't see the HKCU initially, can you search for Adobe Digital Editions 4.5 in the registry where it is present. - apptopack 9 years ago
-
I tried both with and without quotes, same result - josue.mouco 9 years ago
-
Found ADE key only there: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe Digital Editions 4.5] and [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Digital Editions 4.5] - josue.mouco 9 years ago
-
It worked for me in a machine. when I re tested in another machine it prompted the same. I guess there is something with the shortcut exe. I am testing it further. will keep you posted. - apptopack 9 years ago
Comments:
-
I work with UTF-8 format - josue.mouco 9 years ago
For clear understanding check my blog post.
http://www.itninja.com/blog/view/disable-automatic-update-prompt-in-adobe-digital-edition-4-5