> How I can check whether QT is installed on IBM or not & if it is not
> installed then install it automatically through Lingo.

Using either of (at least) two Xtras:

* QuicktimeSupport Xtra: use the QuicktimeVersion() function to determine
installation, and open( pathToQTInstaller ) to run the installer if it's not
there

* BuddyAPI Xtra: use baVersion("qt") or baVersion("qt3") to decide if you
want to install, and baRunProgam() to run the installer.

Hope this helps,
Rob

/*********************************
* Rob Wingate, Software Human    *
* http://www.vingage.com         *
* mailto:[EMAIL PROTECTED] *
*********************************/

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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