Skip to main content
Participant
November 2, 2021
Question

Programmatically determine whether Reader or Acrobat

  • November 2, 2021
  • 1 reply
  • 468 views

My application programmatically determine whether reader or acrobat by this way.

・Acrobat

¥¥HKEY_LOCAL_MACHINE¥SOFTWARE¥Microsoft¥Windows¥CurrentVersion¥App Paths¥Acrobat.exe

・Adobe Reader

¥¥HKEY_LOCAL_MACHINE¥SOFTWARE¥Microsoft¥Windows¥CurrentVersion¥App Paths¥AcroRd32.exe

 

But when I installed the latest  64 bit reader,  I find its registry info is same as the acrobat.

How can I determine the latest reader, Thanks.

This topic has been closed for replies.

1 reply

Legend
November 2, 2021

They are the same app, from what I can see. Not two different copies, they are exactly the same app. They check license info to decide which product they are today.