|
-
May 14th, 2006, 08:52 PM
#1
Thread Starter
New Member
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.
-
May 14th, 2006, 11:46 PM
#2
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
-
May 15th, 2006, 07:00 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|