From: andyulrika_is_back on
Hello

Could someone please tell me how to install QT 7 from a projector. I've just
downloaded QT Version 7 and stuck it in a folder within my dir files. The file
is called QuickTimeInstaller.exe.

I read some other comments from an Italian guy on the site but wasn't able to
understand how it worked.

Any help much appreciated.

Andy


From: Sean Wilson on
> Could someone please tell me how to install QT 7 from a projector. I've just
> downloaded QT Version 7 and stuck it in a folder within my dir files. The file
> is called QuickTimeInstaller.exe.

You can use the Direcor-native open() command if you supply it the
*full* path to your executable. Something like:
mPath = _movie.path
fDelim = mPath.char[length(mPath)]
tPath = mPath & "foldername" & fDelim & "QuickTimeInstaller.exe"
open(tPath)

Alternatively, either Buddy API or FileXtra4 provide more robust and
reliable methods for dealing with running external applications