Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adobe version

Status
Not open for further replies.

Karen99

Programmer
Aug 5, 2003
113
0
0
ZA
In a delphi 7 application, how can I determine if the local PC has adobe acrobat installed on it and what version, whether it is a full install or just adobe reader etc.
We install software that needs adobe reader, so we don't want to overwrite the client's Adobe unneccesarily.
Thanks
 
I would check the registry for that :

HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\

small example for reader version 7.0

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\7.0]

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Thanks whosrdaddy - but how would you do that in Delphi7 code?
 
Look up TRegistry in the Delphi help file. There should be an example which will help you grasp what to do.

Clive [infinity]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer."
Paul Ehrlich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top