Does anyone know how to make a CD AutoRun with a project created using the Package & Deployment Wizard ?
Should I use the new Visual Studio Installer and does it have the AutoRun features ?
Many thanks,
Trevor
Printable View
Does anyone know how to make a CD AutoRun with a project created using the Package & Deployment Wizard ?
Should I use the new Visual Studio Installer and does it have the AutoRun features ?
Many thanks,
Trevor
Well, I'm not sure if the Visual Studio Installer let you create a script for the CD Autorun.
Although, to have this approach, you just need to create a file called autorun.inf on the root directory of the CD.
Into them, you have anything like this:
[autorun]
open=startcd.exe
icon=startcd.exe,0
This is all.