PDA

View Full Version : Flash Player install



master69
10-07-2002, 09:41 PM
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

Corey
10-07-2002, 10:29 PM
Check out this thread:

http://www.indigorose.com/ubbthreads/showflat.php?Cat=&Board=UBB2&Number=12322&page=&vi ew=&sb=&o=&vc=1

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

master69
10-07-2002, 10:38 PM
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.exe","",Wait)
END IF