I've been tasked with producing a Multi-Installer InstallShield (MultiPlatform)package which will install MySQL, PHP, Apache, and finally a monitoring app I have written.
I'm beginning to think this is a Herculean, and possibly impractical or impossible, task; but I'm giving it a go.
Starting with the MySQL install, I downloaded and expanded a ZIP file, and the result is a set of files, including three CAB files which Microsoft's CABARC utility (part of the CAB SDK, available from http://support.micro...KB;en-us;310618 ) reckons are _not_ kosher cabinet files! DUH! So what gives here?! Does InstallShield use some kind of proprietary extension of Microsoft CAB files, and if so how does one edit the variant format?
For now, I'd be content just to combine MySQL and my app into one multi-installer package, as a 'proof of concept', and I'd be very interested if anyone can suggest any documentation or hints as to how to achieve that.
Unfortunately the MySQL install package, although it uses InstallShield, doesn't comprise a single SETUP.EXE file. So it looks like I have to enclose that in an 'outer' MySQL install. But then I have the big problem of conveying the user's chosen install directory from the outer install into the inner one (hence my disappointment at finding that one can't apparently tweak MySQL CAB files!)
In summary - HELP!!

Cheers
John Ramsden