I’m not really sure how to dig out this question.
What I want, is to create an image file that has my C# program, user manual and video tutorials in it. When the CD already started there will be a pop up form of choices which contains Install Program, View User Manual or View Video Tutorials. How can I do that?
It’s similar when you’re installing the Visual Studio 2008 or 2010.
Sorry for the title.
I don’t know what tags should I put here.
If you put a file called autorun.inf onto a CD, you can have that CD launch a program when it’s inserted. From here, you can create a program that contains the menu you’d like, so that when the user inserts the CD your menu pops up. It’s not nearly as hard as it may seem.