Results 1 to 8 of 8

Thread: Question for Inno Setup [RESOLVED]

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Granby, Qc, Canada
    Posts
    602

    Question for Inno Setup [RESOLVED]

    If I want to do an installation CD for a VB application. Do I have to put a folder on the CD with the .exe and all the ocx and dll or is it compressed in the Setup.exe ?
    Last edited by Gensor; Sep 6th, 2005 at 09:01 AM.

  2. #2
    Fanatic Member
    Join Date
    Jan 2005
    Location
    In front of this pc.
    Posts
    580

    Re: Question for Inno Setup

    Everything referenced in the Inno script is compressed into the setup exe.

  3. #3
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Question for Inno Setup

    It is compressed into the exe if you tell it to do it (add it in the script).

    Also, you should have posted this in the Application Deployment forum.

  4. #4
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: Question for Inno Setup

    Quote Originally Posted by Gensor
    If I want to do an installation CD for a VB application. Do I have to put a folder on the CD with the .exe and all the ocx and dll or is it compressed in the Setup.exe ?
    It is still a good idea to put everything your program needs in a folder on the CD just in case people have problems.
    Also, look into autorun for making it so your setup is run as soon as your CD is inserted into the drive.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  5. #5
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Question for Inno Setup

    The autorun as been discussed a day ago. Look in the Deployment forum or search for 'Autorun.ini'

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Granby, Qc, Canada
    Posts
    602

    Re: Question for Inno Setup

    I know how to create autorun.inf

    [autorun] = Setup.exe
    [icon] = ...

  7. #7
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Question for Inno Setup

    Gensor,

    No, you do not need to add all the extra files to the CD. They are included in the setup.exe file

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Granby, Qc, Canada
    Posts
    602

    Re: Question for Inno Setup

    Thank you randem!

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