Announcement

Collapse
No announcement yet.

Flash Player install

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Flash Player install

    Hello Im sorry to bug you all but Im in need of some help.. I'm new to this and it is not going to good.. I would like to install flash player from cd.
    Have it, look to see if flash is installed if not install it...Been reading all the post and been playing with the Variables like %FlashVersion% and the if Variable. Please could someone show me how to set this up..
    Thank You
    James Patrick

  • #2
    Re: Flash Player install

    Check out this thread:

    http://www.indigorose.com/ubbthreads...mp;o=&vc=1

    Corey Milner
    Creative Director, Indigo Rose Software

    Comment


    • #3
      Re: Flash Player install

      This is what I could come up with and I works. But is this the right way to set this up?
      IF (%FlashVersion% >v5.0.0.0)
      ELSE
      File.Execute("%SrcDir%\Shockwave_Installer_Full.ex e","",Wait)
      END IF

      Comment

      Working...
      X