Hi,
I am using advanced installer to create an installation, which has Apple QuickTime as a pre-requisite (I have other prerequisites also, no problem with them).
The problem I am having (using QuickTimeInstaller.exe that is downloaded from http://www.apple.com/quicktime) is that I get the "... some prerequisites are still missing" Advanced Installer error message.
I guess this is what is happening
1. Advanced installer launches QuickTimeInstaller.exe
2. QuickTimeInstaller.exe extracts a bunch of .msi's in the temp folder
3. QuickTimeInstaller.exe launches the MSI
4. At this point, Advanced installer thinks QuickTimeInstaller.exe is done and is displaying the "missing prerequisites" error, while the user is still on the first dialog of the QT installation.
As a prerequisite condition I am using the existance of the quicktime executable.
This is realy easy to reproduce - just create any install that installs quicktime as a prerequisite.
Has anyone seen that or knows how to workaround the problem?
Thanks in advance,
KIV