Results 1 to 3 of 3

Thread: How to package 2 or more installers in one

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2005
    Posts
    7

    How to package 2 or more installers in one

    Hi ,
    I have develop my own program which requires the MDAC2.8 and Mysql ODBC connector. Thus to run my program on a new pc , I need to install 3 programs altogether and separately.

    Is there any way to package all the installers like chaining them together so that the user jus have to install one package only.

    Thanks.

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: How to package 2 or more installers in one

    Include the .exe files in your package. P&D is supplied in source - there's a way to have it run exe files during the installation. Inno probably also can do this.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

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

    Re: How to package 2 or more installers in one

    Yes, Any decent installer can accomplish that task.

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