Hello,
I have the following problem and I can't get it solved.
I'm building a MSI for our application.
In our setup-msi, we need to install a third-party msi (webclient.msi).
So I put it in Prerequisites. The third-party msi (webclient.msi), needs a Visual C++ Resitributable. So I can also add this in the Prerequisites.
Problem is, the third-party msi (webclient.msi), can't get installed if the Visual C++ Resitributable isn't installed. So that need to happen before the third-party msi gets installed.
I've tried several things, set the Visual C++ Resitributable 'before main package', tried it by download or by file on disk... But the Visual C++ Resitributable always install at the end, so the third-party msi doesn't get installed.
I've searched the help, but no luck.
Is there any way that the third-party msi get's installed after the Visual C++ Resitributable ?
Thanks for any help !
Bart