Hello,
If the packages you are trying to install are .msi's then you could look into using Chained Packages . Otherwise the only way to conditionally launch the installers would be during InstallFinalize by using a "Launch File or Open URL" or an "Attached Custom Action". This is because two msi ...