on 3/29/05 4:44 AM, Ross Clutterbuck at [EMAIL PROTECTED] wrote: > John: > > If I understand you correctly, you're going to be installing QT6 on a > machine that doesn't have QT5 or higher yeah? So why not simplify your code > to just check the quickTimeVersion against 5 then install if need be? The > logic checks that you have seem a little over the top as you really only > have two states the user will be in: they've got QT5 or above, or they > don't.
You misunderstood. If the user has QT 5 or higher, then do nothing. If they have a lower version, then install QT5. The problem is not the logic structure of lower version or NO version. The problem is, the test for lower than version 5 fails, when a machine has version 4. And that makes NO sense. John =================================================== John R. Sweeney Jr. ([EMAIL PROTECTED]) Interactive Multimedia Developer/ Digital Media Specialist OnDemand - Interactive, Inc. 847.651.4469 (cell) 847.310.5959 (office/fax) =================================================== [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!]
