Running an msi from another msi is not supported, and will not work. What you have to do is create a bootstrapper. This is an exe file that will check for certain prerequisites and install them, and then it will run your msi.
I have found the 'bootstrap manifest generator' to be of use (it is a bit unstable though). Have a look here, http://code.msdn.microsoft.com/bmg Also you can use visual studio to create a bootstrapper for you. When you create an installer package within visual studio it gives you bootstrapper options, and then spits out a file called setup.exe Search around on google, there is heaps out there on the subject. Otherwise get back to me if you want more of a hand. On Tue, Dec 2, 2008 at 4:45 PM, zhwee ant <[EMAIL PROTECTED]> wrote: > Hello , how can i run another msi (like xml parse installer , or dot > net framework) from my installer? > > > > ___________________________________________________________________________ > Dapatkan nama yang Anda sukai! > Sekarang Anda dapat memiliki email di @ymail.com dan @rocketmail.com. > http://mail.promotions.yahoo.com/newdomains/id/ > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users