PDA

Click to See Complete Forum and Search --> : Create AUTORUN applicaton


dglienna
Apr 21st, 2005, 02:01 AM
If you want to have an installation program that starts automatically when you insert a CD, just add a file to the CD called autorun.inf

Create it with EDIT:

[autorun]
open=MyApp.exe
icon=cdrom.ico


and replace MyApp.exe with the name of the file you want to execute.