Auto launch web site from CD?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Auto launch web site from CD?

    I have just finished a print brochure for a client and they now wish me to
    produce the brochure but reformat into a kind of website which runs off a CD.
    Thats easy but they want it to auto launch??? is this possible?

    antonioconte Guest

  2. Similar Questions and Discussions

    1. Auto Launch pdf from CD
      Hi - How can I get a pdf file to autolaunch from a cd? CD will be viewed on pc's for the most part. Thanks
    2. Dir 8.5.1 and Win 98 SE : issue with auto-launch
      Hi everybody, It looks like I have an issue with the auto-launch feature for end-users working on Windows 98 SE and 128 MB RAM. For some...
    3. Auto launch
      I have been trying to get a Filemaker Pro document to launch automatically when I start up. I use OS 10.1.5. If I put the document/file in the...
    4. Auto launch at start up on Mac OS X
      I have been trying to set my Mac (OS X 10.1.5) to auto launch a Filemaker program at start up but it gets lost. The Filemaker logo bounces up and...
    5. classic, osx, pc compatible auto-launch
      foe windows, create autorun.inf file containing open=.\Sart_This.exe spaces in some win versions upset it
  3. #2

    Default Re: Auto launch web site from CD?

    Mac or PC?

    antonioconte wrote:
    > I have just finished a print brochure for a client and they now wish me to
    > produce the brochure but reformat into a kind of website which runs off a CD.
    > Thats easy but they want it to auto launch??? is this possible?
    >
    Manuel Socarras Guest

  4. #3

    Default Re: Auto launch web site from CD?

    well, I'm a mac user but ultimately the end users will be PC, why?
    antonioconte Guest

  5. #4

    Default Re: Auto launch web site from CD?

    because the method is different:

    PC
    --
    create a plain text file named AUTORUN.INF and put it in the CD root

    [autorun]
    open=program.exe

    if you want to launch a non-executable file

    [autorun]
    shellexecute=index.htm

    not sure now, but i think the last one doesn't work in Win 95/Win 98

    Mac
    ---
    OS9: i always do it with the recording soft (Toast)
    OSX: AFAIK, Apple disabled this option

    HTH,

    manuel

    antonioconte wrote:
    > well, I'm a mac user but ultimately the end users will be PC, why?
    Manuel Socarras Guest

  6. #5

    Default Re: Auto launch web site from CD?

    Shoot, I don't remember off the top of my head. But I found something to do
    this a while ago. It wasn't 100% foolproof (since you can't control how
    everyone has their machine setup) but basically you got an executable you put
    on the CD and you could pass it anything, including html files and stuff. Just
    passing index.htm in the autorun file won't work on most systems.

    And I could be wrong but the solution I found could build a disk image that
    worked for Mac or PC. Try doing a search around Google. I remember that's where
    I found it originally. Good luck!

    Vagari Guest

  7. #6

    Default Re: Auto launch web site from CD?

    Any autorun can execute the html on a windows machine and windows will
    automatically launch the browser.


    On Wed, 2 Mar 2005 18:22:19 +0000 (UTC), Vagari
    <webforumsuser@macromedia.com> wrote:
    > Shoot, I don't remember off the top of my head. But I found something to
    > do
    > this a while ago. It wasn't 100% foolproof (since you can't control how
    > everyone has their machine setup) but basically you got an executable
    > you put
    > on the CD and you could pass it anything, including html files and
    > stuff. Just
    > passing index.htm in the autorun file won't work on most systems.
    >
    > And I could be wrong but the solution I found could build a disk image
    > that
    > worked for Mac or PC. Try doing a search around Google. I remember
    > that's where
    > I found it originally. Good luck!
    >


    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139