Results 1 to 1 of 1

Thread: Create AUTORUN applicaton

  1. #1

    Thread Starter
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Resolved Create AUTORUN applicaton

    If you want to have an installation program that starts automatically when you insert a CD, just add a file to the CD called autorun.inf

    Create it with EDIT:

    VB Code:
    1. [autorun]
    2. open=MyApp.exe
    3. icon=cdrom.ico

    and replace MyApp.exe with the name of the file you want to execute.
    Last edited by dglienna; Apr 21st, 2005 at 01:57 PM.

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