Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash on CD with detect and install

Status
Not open for further replies.

bluemat

Technical User
Feb 5, 2002
61
0
0
MX
I need to produce CDs that auto run,, detect if user has flash, offer an installation from the CD if no, or auto run the prog if yes.

Can you help?

Thanks
 
Since you're project will be on CD, you will not need any Flash detection (because you will be using the projector where everything is self-contained).

For a Windows autorun you just create a file called autorun.inf that contains:

Code:
[autorun]
open = name_of_file.exe

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top