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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do i find out if Acrobat Reader is installed?

Status
Not open for further replies.

adi316

Programmer
Sep 10, 2002
35
CA
How do i find out if Acrobat Reader is installed and if so in what directory?

Also how do i find out what directory my prog was installed in?
 
hello adi316

u'll have 2 use registry for that task. check 4 the following entry in the registry using APIs n get the value in a variable (it holds the install path of acrobat reader 5.0 in this key) u can search for different versions off course by chabging the version number subkey.

HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\5.0\InstallPath

then check for the exe file of acrobat reader in that path u got from above mentioned key. if there exists a file it means that version of acrobat reader is installed on that machine at that path.

hope it will help u

ComputerJin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top