|
-
Jun 9th, 2005, 03:11 PM
#1
Thread Starter
Addicted Member
How to find Acrobat and Java version [RESOLVED]
Just as title says I need to find the version info for both of them to determine if users need to upgrade before using a system.
I checked the registry settings didn't see any keys with version values in them. For Acrobat some of the keys were named the version but I'm not sure if it's possible to get that.
Last edited by bat711; Jun 9th, 2005 at 04:18 PM.
-
Jun 9th, 2005, 03:18 PM
#2
-
Jun 9th, 2005, 03:21 PM
#3
-
Jun 9th, 2005, 03:36 PM
#4
Thread Starter
Addicted Member
Re: How to find Acrobat and Java version
Thanks for the Java key location, the only one I was coming up with was the Java VM on my machine.
For the Acrobat part I was looking at that thread...I guess the only way to get the actual version number is to manipulate the string to get at the 5.0 or 6.0 or whatever it may be.
That way looks like it won't really help me because it would just tell me if Acrobat was associated with .PDF (or Reader, etc.)
-
Jun 9th, 2005, 03:41 PM
#5
-
Jun 9th, 2005, 04:04 PM
#6
Thread Starter
Addicted Member
Re: How to find Acrobat and Java version
Good idea, the version # is listed in the .EXE, now I need to figure out how to get at it.
Thanks
-
Jun 9th, 2005, 04:07 PM
#7
Re: How to find Acrobat and Java version
 Originally Posted by bat711
Good idea, the version # is listed in the .EXE, now I need to figure out how to get at it.
Thanks
You could try the GetFileVersionInfo API call 
Cheers,
RyanJ
-
Jun 9th, 2005, 04:09 PM
#8
Thread Starter
Addicted Member
Re: How to find Acrobat and Java version
Yeah, just found this while searching as well,
*EDIT - Link deleted* Someone gave a bad answer it was for OS version info
Anyways, GetFileVersion looks like it'll solve my problem
Thanks all.
Last edited by bat711; Jun 9th, 2005 at 04:17 PM.
-
Jun 10th, 2005, 03:25 PM
#9
Thread Starter
Addicted Member
Re: How to find Acrobat and Java version [RESOLVED]
Just an update I found a registry location for Adobe Acrobat that contains just the version so you don't have to write code to parse out a string to get the version number.
HKLM\SOFTWARE\Classes\AcroExch.Document\AcrobatVersion
Hopefully this helps someone else out as well.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|