PDA

Click to See Complete Forum and Search --> : How to package 2 or more installers in one


mellts
May 14th, 2006, 08:52 PM
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.

Al42
May 14th, 2006, 11:46 PM
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.

randem
May 15th, 2006, 07:00 PM
Yes, Any decent installer can accomplish that task.