Hello,
Is it possible to do nested instllations of msi's in Visual studio 2008 setup project?
Thanks and Regards Raju
Hello,
Is it possible to do nested instllations of msi's in Visual studio 2008 setup project?
Thanks and Regards Raju
No, only one MSI can execute at a time.
What you need is a 'bootstrapper' EXE to run each MSI in sequence.