|
-
Jul 31st, 2000, 11:25 PM
#1
Thread Starter
New Member
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
-
Aug 1st, 2000, 12:00 AM
#2
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|