Results 1 to 2 of 2

Thread: Auto Run

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Location
    Australia
    Posts
    14

    Question

    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

  2. #2
    New Member
    Join Date
    Jul 2000
    Location
    São Paulo/Brazil
    Posts
    13
    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
  •  



Click Here to Expand Forum to Full Width