Including other installer into my Package
Is possible including other installer into my package?, i mean for example, including MSAgent into my application package, in order that when install my app, could install de MSAgent at the same time......(or other app...)
Could Inno Setup do it???
thanks....
Re: Including other installer into my Package
Re: Including other installer into my Package
Sure, if it's an executable or an .msi file. We install MDAC all the time like that. (I don't know exactly how to do it in Inno (we use a different packager), but I'm sure Inno can do it.
Re: Including other installer into my Package
Yes, you can do it with Inno Setup easily. I do it all the time especially with the Crystal Reports Merge Modules.
This is a double post also.