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:
VB Code:
[autorun] open=MyApp.exe icon=cdrom.ico
and replace MyApp.exe with the name of the file you want to execute.




Reply With Quote