i'm using this script to determine if Quicktime and Acrobat are installed.
It seems to work ok, except for a few cases.  Sometimes on Win 2000, it
seems to think that Acrobat is installed, which it's not. Any suggestions

lantz

on exitFrame

set ok = baFindApp("pdf")

set ver = bafileversion(ok)

if (chartonum(ver) >= 52 ) and (quicktimeversion() > 3 )then go to "start"

else if (chartonum(ver) <= 52 ) and (quicktimeversion() <= 3 ) then go to
"Install Both"

else if (chartonum(ver) <= 52 ) then go to "Install Acrobat"

else if (quicktimeversion() <=3) then go to "Install qt"

else

go to "start"

end if

end

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to