Skip to content
⌘ NSIS Forum Archive

Getting Quicktime Version

5 posts

superchebs#

Getting Quicktime Version

Im trying to get the version of quicktime installed on the machine.

Ive been looking in the registry and found the key
HKEY_LOCAL_MACHINE\SOFTWARE\Apple Computer, Inc.\QuickTime\Version

but the value is 0x6108000, and the version reported by quicktime is 6.5. So im not really sure how these 2 numbers match up.

Any help would be appreciated
Joel#
I think, don't take as true, but if the value is 0x6108000, the version is:
6.1
If so, use strcpy to copy the first chars and parse it
pengyou#
My QuickTime player reports version 6.1 and has 0x06108000 in the registry key mentioned above.
superchebs#
Hmmm QuickTime is obviously crapped up on my machine then. The program says 6.5, the registry says 6.1.

But if it works for everyone else thats good enough for me 🙂 . Thanks for the help