You can do this with a launcher program, but not with another MSI setup.
The kind of thing you need is a program that calls MsiInstallProduct for
each separate MSI file.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
Hi Phil, I also have multiple program to setup, but i want to let my user
install them at one go. The thing is, my vb.net program would make use of a
COM ActiveX control. So how can I do it? Any difference from what you
mentioned?
> You can do this with a launcher program, but not with another MSI setup.
> The kind of thing you need is a program that calls MsiInstallProduct for
[quoted text clipped - 8 lines]
> >
> > Imtiaz
Phil Wilson - 16 Feb 2006 02:46 GMT
The original poster has a bunch of MSI filles that need installing. It looks
like you've just got a bunch of code files that need putting in a single
setup project.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
> Hi Phil, I also have multiple program to setup, but i want to let my user
> install them at one go. The thing is, my vb.net program would make use of
[quoted text clipped - 15 lines]
>> >
>> > Imtiaz