QT version on Windows

xbury.cs at clearstream.com xbury.cs at clearstream.com
Tue Oct 11 07:37:10 EDT 2005


I think i found a few more hints...

First, the registry version and the application's version do no match. The 
registry say 630800
while the application's version says 6.3.17. 

After some digging, i found that most Quicktime files also say 6.3.17...

But while searching, i found what could be what Sims is looking for...

C:\WINNT\system32\QuickTime\Uninstall.log

which contains:

[C:\home\Administrator\WINDOWS - Header]
Signature=VISE
Version=0001
UninstallKeyName=QuickTime
Product Name=QuickTime 6
[C:\home\Administrator\WINDOWS - WinNT]
AdminPrivileges=1
RemoveInUseFiles=1
[C:\home\Administrator\WINDOWS - Directories2]
count=11
0=D:\app
1=D:\app\QuickTime

As you can see, the version is "again" different!!!! Grrr
But on the other hand, you get all the paths for files and registry 
installed...

cheers
Xavier


use-revolution-bounces at lists.runrev.com wrote on 11/10/2005 12:45:23:

> 
> On 11 Oct 2005, at 09:52, xbury.cs at clearstream.com wrote:
> >
> > put queryregistry("HKEY_LOCAL_MACHINE\software\apple Computer,
> > Inc.\quicktime\version","text") into data
> >
> > get binarydecode("h*", data, x)
> > you get x = "00080360"
> >
> > if you reverse that string you get what i saw correctly in the 
> > registry..
> 
> This gives me what I see in the registry. (in this case version 7.0.2)
> 
> 
> put queryregistry("HKEY_LOCAL_MACHINE\software\apple Computer, Inc. 
> \quicktime\version","text") into data
> local t1,t2,t3,t4
> get binaryDecode("H2H2H2H2",data,t1,t2,t3,t4)
> put t4&t3&t2&t1
> 
> --> 07028000
> 
> I'm not sure if this is any help to sims. I assume digits 1-2 are the 
> main version number, digit 3 is the subversion, and digit 4 is the 
> sub-sub version. But this probably needs some more confirmation.
> 
> I also see there's a registry entry that give the location of QuickTime.
> 
> HKEY_LOCAL_MACHINE\software\apple Computer, Inc.\quicktime\InstallDir
> 
> Any use?
> 
> > Nothing else seems to not work the way it's supposed to but im no 
> > expert
> > in the binarydecode function...
> 
> I know what you mean. I think the docs may need some revision. Every 
> time I read about binaryDecode and binaryEncode my head hurts. 
> Generally, it's trial and error.
> 
> Cheers
> Dave
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution



-----------------------------------------
Visit us at http://www.clearstream.com
                                                          
IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

END OF DISCLAIMER



More information about the use-livecode mailing list