Results 1 to 3 of 3

Thread: Install

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2002
    Posts
    3

    Thumbs up Install

    Hi Guys….

    How can I make my program install from a CD Rom…..Just like pro applications, eg. Program installs to C:\named directory\ etc….

    Cheers Guys Charles….
    The Beginner!!

  2. #2
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    just create an AUTORUN.INF file. For examples, look at any of your cd's that start up installation automatically.

  3. #3
    Banned Michael_Kamen's Avatar
    Join Date
    May 2001
    Location
    The Netherlands
    Posts
    1,180
    Yeah, just make a file called autorun.inf and place this in it: (Just in notepad)

    Code:
    [autorun]
    open=setup.exe
    icon=setup.ico

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