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.
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.
Re: How to package 2 or more installers in one
Yes, Any decent installer can accomplish that task.