Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

New Instalation - Error 100700 when trying to update

New Here ,
Jul 19, 2025 Jul 19, 2025

I have a complete new instalation of Acrobat Reader

When I click on the Help -> Check for Updates menu item I get the following error:

 

Update Failed

Updates have been disabled by your system policy.

Error 100700

 

As I had a previous installation this was not happening at all.

Further I cannot change the theme to Dark Grey, or better it does not stick - after restart its reverted.

 

 

TOPICS
Download and install , Windows
483
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 19, 2025 Jul 19, 2025

Forgot to mention: its on Windows 10 Pro, Verson 22H2

There is no system policy in place to prevent updates at least I have never done that. Other applications update fine.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jul 19, 2025 Jul 19, 2025

Updater checks multiple registries (EULA acceptance, LUA, bUpdater), and if any of them do not pass, error 100700 is displayed.

To find out which one failed, please follow the steps below.

Enable verbose logging for Updater, check for updates and provide (upload the file somewhere and send me private message with a link) AdobeARM.log file from User Temp folder?

To enable logging-

Set iLogLevel REG_DWORD value to 1 in the registry below

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe ARM\1.0\ARM on 64 bit OS

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 20, 2025 Jul 20, 2025

Hello, 

thank you for picking this up.

I've located the log file and applied the registry change but could not see any change in the log level in that file.

Here is what I get when trying the update:

 

[2025-07-20 12:50:26:0857] Adobe ARM 1.824.460.1110 logging started.
[2025-07-20 12:50:26:0857] Command Line: /PRODUCT:Acrobat /VERSION:25.0 /MODE:1
[2025-07-20 12:50:26:0894] ProductCode: {AC76BA86-1033-1033-7760-BC15014EA700}
[2025-07-20 12:50:26:0894] ProductName: Adobe Acrobat (64-bit)
[2025-07-20 12:50:26:0894] ProductVersion: 25.001.20577
[2025-07-20 12:50:26:0894] ProductUACPatching: enabled
[2025-07-20 12:50:27:0049] EULA not yet accepted
[2025-07-20 12:50:27:0049] ** Setting Error Condition: 100700
[2025-07-20 12:50:30:0039] User exited
[2025-07-20 12:50:30:0317] ARM returns ERROR_SUCCESS
[2025-07-20 12:50:30:0317] Adobe ARM 1.824.460.1110 logging finished.

 

If I read that correct it is the EULA not accepted. How to get that working?

 

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 20, 2025 Jul 20, 2025

BTW here the registry setting I did:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Adobe\Adobe ARM\1.0]
"ARM on 64 bit OS"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Adobe\Adobe ARM\1.0\ARM]
"iLastSvcSuccess"=dword:00003f99
"iRandom"=dword:000052b7
"iCheck"=dword:00000003

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Adobe\Adobe ARM\1.0\ARM\Products]
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jul 21, 2025 Jul 21, 2025

I do not think you followed instructions, but it is clear that EULA is not yet accepted.

Please add EULAAcceptedForBrowser DWORD registry value in the Registry path below and set it to 1

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Adobe\Adobe Acrobat\DC\AdobeViewer

Try check for updates after that.

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 22, 2025 Jul 22, 2025

Appreciate you following up on this - thank you. I've applied now (hopefully) the correct settings for logging but don't see a change on it. Here the exported setting:

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Adobe\Adobe ARM\1.0\ARM on 64 bit OS]
"iLogLevel"=dword:00000001

 

But then when I applied the 2nd setting you posted it did get beyond the error and the log looks good. Updater is reporting that its "No updates available". Great - seems to work!

anmatr_0-1753174268927.png

 

Here the exported setting:

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Adobe\Adobe Acrobat\DC\AdobeViewer]
"EULAAcceptedForBrowser"=dword:00000001

Thank you for your help.

Can this in any way be a security risk?

Can you please let me know if the logging setting is now correct? If so, why do I not see any further messages?

[2025-07-22 09:50:19:0871] Adobe ARM 1.824.460.1110 logging started.
[2025-07-22 09:50:19:0871] Command Line: /PRODUCT:Acrobat /VERSION:25.0 /MODE:1
[2025-07-22 09:50:19:0906] ProductCode: {AC76BA86-1033-1033-7760-BC15014EA700}
[2025-07-22 09:50:19:0906] ProductName: Adobe Acrobat (64-bit)
[2025-07-22 09:50:19:0906] ProductVersion: 25.001.20577
[2025-07-22 09:50:19:0906] ProductUACPatching: enabled
[2025-07-22 09:50:20:0072] Using registered preference AUTO_ALL
[2025-07-22 09:50:24:0980] MDOV1615
[2025-07-22 09:50:24:0984] No files in Session, setting NO_UPDATES mode
[2025-07-22 09:51:02:0388] User exited
[2025-07-22 09:51:02:0459] ARM returns ERROR_SUCCESS
[2025-07-22 09:51:02:0459] Adobe ARM 1.824.460.1110 logging finished.

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jul 22, 2025 Jul 22, 2025
LATEST

Glad it worked. There is no security risk with incorrect logging setting you have, but the correct one is below-

 

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Adobe\Adobe ARM\1.0\ARM]
"iLogLevel"=dword:00000001
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines