Skip navigation
Currently Being Moderated

Enterprise Version Inventory for Adobe Reader

Sep 15, 2011 9:47 PM

Is there a tool or method to build an inventory of Adobe Reader installed on computers in a domain?

 

This would allow specific targeting of Adobe Reader updates to the computers who needed it, say from version 9 to version 10.

 
Replies
  • Currently Being Moderated
    Sep 15, 2011 11:38 PM   in reply to Doigy

    Hi,

     

    In case you have any deployment system like GPO in place, you can use a simple startup script to check for the presence of the following registry key(s):

    i. HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\10.0

    ii. HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\9.0

     

    A system with any version of Reader 9 installed would only have Registry (ii) whereas a system with Adobe Reader X would have registry (i) present.

     

    You can collect the information based on the same.

    Hope this helps.

     

    Thanks

    Ankit

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 16, 2011 1:06 AM   in reply to Doigy

    Thanks for trying out the suggestion.

     

    I guess the machines that you have, are 64 nit machines, and so the registry key would be located at:

    i. HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Acrobat Reader\10.0

    ii. HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Acrobat Reader\9.0

     

    You can modify the script to look for these keys instead on 64 bit systems while look for the earlier mentioned keys on 32bit systems.

     

    Ankit

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points