I was instructed to create a small GUI launcher application to switch to a CD that will offer the user some software and some videos. This does not target particularly tech-savvy people, so it should be pretty simple. I assume that the real gluing point is that it will be based on the shape.
I would really like the launcher to simply start from exe without installing any .net files or installing java. I know that ClickOnce is pretty simple, and if necessary, I will give it up, but I thought it was worth considering if there are any simple ways to do this.
Mostly I use Visual C # these days, but I have experience with java and c, and I'm a relatively fast learner, so feel free to suggest other languages.
source
share