To detect quicktime try the following code, it will check for the version of Quicktime. If the version is 4 or more then the user has Quicktime, if the version is less then 4 then the user has an older version of it. If it cannot detect a version then that means that quicktime is not installed, at that point your could run the quicktime installer by using the syntax 'open("programName.exe"'. Just be sure to include the installer on the CD and point the Open command using the right path: Enough of my rambling, here's the code:
qtvNum = quickTimeVersion()
if qtvNum <> 0 then
if qtvNum >= 4 then
prompt("YOU HAVE QUICKTIME"
else
prompt("YOU HAVE QUICKTIME, BUT ITS AN OLDER VERSION"
end if
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.