Alright, I have an installer program, but it is written on a cd, so I want to know if there is a way to make it begin the installation when the cd is put in... how is this done? :confused:
Printable View
Alright, I have an installer program, but it is written on a cd, so I want to know if there is a way to make it begin the installation when the cd is put in... how is this done? :confused:
The same way you would start any kind of program on a CD - create a text file called autorun.inf (which you place on the CD), containing something like this:
..where Autorun.exe is the name of the file to run (the second line is optional, and says which icon file to use for the CD in Explorer/My Computer).Quote:
[AUTORUN]
open=Autorun.exe
icon=MyIcon.ico